mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-5012 - fix compilation failure
This commit is contained in:
@@ -1811,7 +1811,7 @@ public class RecordServiceImpl extends BaseBehaviourBean
|
||||
{
|
||||
if (nodeService.exists(nodeRef) && !nodeService.hasAspect(nodeRef, ContentModel.ASPECT_HIDDEN) && !nodeService.hasAspect(nodeRef, ContentModel.ASPECT_LOCKABLE))
|
||||
{
|
||||
generateRecordIdentifier(nodeService, identifierService, record);
|
||||
generateRecordIdentifier(nodeService, identifierService, nodeRef);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user