Details
-
New Feature
-
Resolution: Fixed
-
None
-
Critical
-
-
Empty show more show less
Description
problem
Currently the editor only mode is defined as disabling the leave button and enable the close button in the configuration.
- This has several problems, a sys admin may not leave the task back to the admin panel.
- No mixture of both modes in one instance is possible
solution
The hideCloseButton and hideLeaveButton configuration remains for the moment as they are, but a new ACL to override the editor only mode is added.
That means: By default all remains as it was.
What is changed: when enabling the editor only mode (set hideCloseButton = 0 and hideLeaveButton = 1) a new additional role can be used: editor-only-override - with that role the user still gets the leave button instead the close button and is able to change to the task overview also in editor only mode. The right (not the role) is added permanently to systemAdmin and admin role. All other users can get get the role editor-only-override too.
Attachments
Issue Links
- relates to
-
TRANSLATE-3230 Editor only mode controlled by ACL instead configuration
- Open