Merged 5.1.N (5.1.1) to HEAD (5.2)

122984 rmunteanu: Merged 5.0.N (5.0.4) to 5.1.N (5.1.1)
      122911 rmunteanu: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
         122835 gjames: MNT-15114: Adding invokeBeforeDeleteChildAssociation


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@123687 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2016-03-11 22:32:30 +00:00
parent 9aea46c7ae
commit f7ce09fe3e

View File

@@ -1521,6 +1521,7 @@ public class DbNodeServiceImpl extends AbstractNodeServiceImpl implements Extens
" Child Assoc: " + assocRef); " Child Assoc: " + assocRef);
} }
// Delete the secondary association // Delete the secondary association
invokeBeforeDeleteChildAssociation(childAssocRef);
nodeDAO.deleteChildAssoc(assocId); nodeDAO.deleteChildAssoc(assocId);
invokeOnDeleteChildAssociation(childAssocRef); invokeOnDeleteChildAssociation(childAssocRef);
// Index // Index