mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
check if the node is rm specific;
This commit is contained in:
@@ -982,6 +982,7 @@ public class RecordsManagementAuditServiceImpl extends AbstractLifecycleBean
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (nodeRef != null && nodeService.exists(nodeRef) &&
|
if (nodeRef != null && nodeService.exists(nodeRef) &&
|
||||||
|
filePlanService.isFilePlanComponent(nodeRef) &&
|
||||||
!AccessStatus.ALLOWED.equals(
|
!AccessStatus.ALLOWED.equals(
|
||||||
capabilityService.getCapabilityAccessState(nodeRef, ACCESS_AUDIT_CAPABILITY)))
|
capabilityService.getCapabilityAccessState(nodeRef, ACCESS_AUDIT_CAPABILITY)))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user