mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-09 17:45:10 +00:00
Fix AR-379 - checked-out items lose their copiedFrom aspect
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2278 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
parent
9be5d15ad1
commit
ac583e0765
@ -452,7 +452,6 @@ public class NodeContext extends ElementContext
|
||||
private boolean isImportableClass(QName className)
|
||||
{
|
||||
return !(className.equals(ContentModel.ASPECT_REFERENCEABLE) ||
|
||||
className.equals(ContentModel.ASPECT_COPIEDFROM) ||
|
||||
className.equals(ContentModel.ASPECT_VERSIONABLE));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user