-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.8.0-HF02
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Shell
-
Tags:
-
Sprint:DevOps Sprint 11
When using nuxeo-shell, any perms call for a given ACL ("local" by default) will overwrite any previous ACEs for that ACL.
For instance:
perms -grant Group1:Read perms -grant Group2:Read
This will only keep the last permission (Group2:Read) and will also remove any permissions that were defined before.
- depends on
-
NXP-13212 overwrite parameter not taken in account in SetDocumentACE operation
- Resolved