mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
MNT-16881 Add CreateChild permission to the write group.
Note that the RM permission code in RecordsManagementPermissionPostProcessor is not navigating the permission group hierarchy correctly. This is a simple fix to solve the issue referenced, but the full fix will go into master.
This commit is contained in:
@@ -85,7 +85,7 @@ rm.patch.v22.convertToStandardFilePlan=false
|
||||
# these take a comma separated string of permissions from org.alfresco.service.cmr.security.PermissionService
|
||||
# read maps to ReadRecords and write to FileRecords
|
||||
rm.haspermissionmap.read=ReadProperties,ReadChildren
|
||||
rm.haspermissionmap.write=WriteProperties,AddChildren
|
||||
rm.haspermissionmap.write=WriteProperties,AddChildren,CreateChildren
|
||||
|
||||
#
|
||||
# Extended auto-version behaviour. If true and other auto-version properties are satisfied, then
|
||||
|
Reference in New Issue
Block a user