RM-635: A records admin can assign the "Request Record Information" capability to a RM role.

* available by default on admin, power user, security officer and records manager
  * patch included



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@48242 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2013-03-18 04:56:51 +00:00
parent 2b841abaf8
commit 0b8277448a
4 changed files with 36 additions and 6 deletions

View File

@@ -115,6 +115,12 @@ public class RMv21CapabilityPatch extends AbstractModuleComponent
addCapability(filePlan,
"ManageRules",
FilePlanRoleService.ROLE_ADMIN);
addCapability(filePlan,
"RequestRecordInformation",
FilePlanRoleService.ROLE_ADMIN,
FilePlanRoleService.ROLE_POWER_USER,
FilePlanRoleService.ROLE_RECORDS_MANAGER,
FilePlanRoleService.ROLE_SECURITY_OFFICER);
}