mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-1738 Merged revisions 94050-94454 from DEV to V2.3
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@94455 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1212,14 +1212,9 @@ public class RecordServiceImpl extends BaseBehaviourBean
|
||||
|
||||
if (isRecord(nodeRef))
|
||||
{
|
||||
ChildAssociationRef childAssocRef = nodeService.getPrimaryParent(nodeRef);
|
||||
if (childAssocRef != null)
|
||||
{
|
||||
NodeRef parent = childAssocRef.getParentRef();
|
||||
if (parent != null && recordFolderService.isRecordFolder(parent))
|
||||
{
|
||||
result = true;
|
||||
}
|
||||
result = (null != nodeService.getProperty(nodeRef, PROP_DATE_FILED));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user