RM-5012 - fix compilation failure

This commit is contained in:
Ana Bozianu
2017-05-17 15:04:15 +03:00
parent 1e2b5967c4
commit 77b875c232

View File

@@ -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)) if (nodeService.exists(nodeRef) && !nodeService.hasAspect(nodeRef, ContentModel.ASPECT_HIDDEN) && !nodeService.hasAspect(nodeRef, ContentModel.ASPECT_LOCKABLE))
{ {
generateRecordIdentifier(nodeService, identifierService, record); generateRecordIdentifier(nodeService, identifierService, nodeRef);
} }
} }