mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
MNT-16852: Fix issue reading properties in Outlook Integration
This commit is contained in:
@@ -91,7 +91,7 @@ public class RMPermissionServiceImpl extends PermissionServiceImpl
|
|||||||
if (AccessStatus.DENIED.equals(acs) &&
|
if (AccessStatus.DENIED.equals(acs) &&
|
||||||
nodeService.hasAspect(nodeRef, RecordsManagementModel.ASPECT_FILE_PLAN_COMPONENT))
|
nodeService.hasAspect(nodeRef, RecordsManagementModel.ASPECT_FILE_PLAN_COMPONENT))
|
||||||
{
|
{
|
||||||
if (PermissionService.READ.equals(perm))
|
if (PermissionService.READ.equals(perm) || PermissionService.READ_PROPERTIES.equals(perm))
|
||||||
{
|
{
|
||||||
return super.hasPermission(nodeRef, RMPermissionModel.READ_RECORDS);
|
return super.hasPermission(nodeRef, RMPermissionModel.READ_RECORDS);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user