Skip to content

worklfow: save state permission sorted

Jérome Perrin requested to merge fix/workflow_state_permission_sorted into master

When editing a state permission mapping the roles were not sorted, because WorkflowState_getPermissionMatrixContext uses a set. Sort before setting the attribute, to prevent useless diffs in ZODB history and business template.

Merge request reports