ProcessManager
ProcessManager copied to clipboard
restrictTopermissions is not in bundle_process_manager_configuration table
"While attempting to initiate a job using the REST service, I encountered an error stating that a specific column does not exist in the table. However, it's certain that this column is not present in the table. I'm puzzled because tables are automatically created by this bundle, so why wasn't that column generated by the bundle?
An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'restrictToPermissions' in 'where clause'
Hi,
as the column is added in the Migration https://github.com/valantic-at/ProcessManager/blob/master/src/Migrations/Version20230207000000.php I assume that you haven't executed the Migrations.
In https://github.com/valantic-at/ProcessManager/blob/master/doc/installationAndUpdates.md it is documented at the "Update" section.
BR, Christian