mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.2 to HEAD:
16713: ETHREEOH-2379 deployment missing crypto libraries. 16722: ETHREEOH-2798 - java.lang.NullPointerException while deleting a folder node with emptyTranslation 16752: ETHREEOH-2946 - Release a test server from inside an Approve/Reject task 16796: ETHREEOH-1841 - MBean error when running in a WebSphere cluster 16920: ETHREEOH-2796 - Word 97 To Text transformation fails 16955: Merge V3.1 to V3.2 14275: Invitation change for ETHREEOH-1456, Missed change from check in 14222. 14222: ETHREEOH-1456 - accepting a rejected invitation. 16963: ETHREEOH-3029 - Strange defaltOnLoadListsner in hibernate-context.xml git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16966 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2313,6 +2313,12 @@ public class DbNodeServiceImpl extends AbstractNodeServiceImpl
|
||||
{
|
||||
Long childNodeId = oldChildNodePair.getFirst();
|
||||
NodeRef childNodeRef = oldChildNodePair.getSecond();
|
||||
if (nodeDaoService.getNodeRefStatus(childNodeRef).isDeleted())
|
||||
{
|
||||
//Node has been already deleted.
|
||||
continue;
|
||||
}
|
||||
|
||||
QName childNodeTypeQName = nodeDaoService.getNodeType(childNodeId);
|
||||
Set<QName> childNodeAspectQNames = nodeDaoService.getNodeAspects(childNodeId);
|
||||
Pair<Long, ChildAssociationRef> oldParentAssocPair = nodeDaoService.getPrimaryParentAssoc(childNodeId);
|
||||
|
Reference in New Issue
Block a user