mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fixes WCM-534.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6126 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1329,7 +1329,7 @@ public class AVMStoreImpl implements AVMStore, Serializable
|
|||||||
def.getProperties();
|
def.getProperties();
|
||||||
for (QName name : properties.keySet())
|
for (QName name : properties.keySet())
|
||||||
{
|
{
|
||||||
AVMDAOs.Instance().fAVMNodePropertyDAO.delete(node, name);
|
node.getProperties().remove(name);
|
||||||
}
|
}
|
||||||
node.setGuid(GUID.generate());
|
node.setGuid(GUID.generate());
|
||||||
}
|
}
|
||||||
|
@@ -306,7 +306,7 @@ public class OrphanReaper
|
|||||||
AVMDAOs.Instance().fMergeLinkDAO.delete(link);
|
AVMDAOs.Instance().fMergeLinkDAO.delete(link);
|
||||||
}
|
}
|
||||||
// Get rid of all properties belonging to this node.
|
// Get rid of all properties belonging to this node.
|
||||||
AVMDAOs.Instance().fAVMNodePropertyDAO.deleteAll(node);
|
// AVMDAOs.Instance().fAVMNodePropertyDAO.deleteAll(node);
|
||||||
// Get rid of all aspects belonging to this node.
|
// Get rid of all aspects belonging to this node.
|
||||||
// AVMDAOs.Instance().fAVMAspectNameDAO.delete(node);
|
// AVMDAOs.Instance().fAVMAspectNameDAO.delete(node);
|
||||||
// Get rid of ACL.
|
// Get rid of ACL.
|
||||||
|
Reference in New Issue
Block a user