-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Fix Version/s: 6.0
-
Component/s: Security / Rights
-
Tags:
-
Impact type:Data Persistence Change
-
Upgrade notes:
-
Sprint:Sprint RepoTeam 5.9.5-2
The current permissions:
- Read -> includes CanAskForPublishing
- Write -> includes Remove
This is a problem if rights cannot be denied, as this is not possible anymore (without configuration) to:
- deny the CanAskForPublishing right on the SectionRoot (usually to deny it for the members group)
- deny the Remove right to someone having access to a Workspace.
Possible solution:
- Create WriteWithoutRemove and ReadWithoutPublishing rights -> does not break compatibility, handles the removal of denied rights properly.
- is required by
-
NXP-15834 Denying "Can ask for publish" permission has no effect
- Resolved