mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V4.0-BUG-FIX to HEAD
36744: Fix for ALF-14227: "Bulk Filesystem In-place Import Tool: 'Replace existing files' option is not working - it is enabled when the check-box was unchecked" 36745: Fix for ALF-13355: "CMIS: Error occurs trying to delete a multilingual document" 36763: ALF-14226: User with '@' symbol in username cannot login - note: related to ALF-13755 36795: Merged V4.0 to V4.0-BUG-FIX 36779: ALF-14237 Upgrades from 4.0.0.x/4..0.1.0 will not fix the timestamps on acl changesets - SOLR will skip ACLs set prior to upgrade 36794: ALF-14094: Correction to from address generation for invitation reject email 36796: Merged V4.0 to V4.0-BUG-FIX (RECORD ONLY) 36765: Merged V4.0-BUG-FIX to V4.0 36763: ALF-14226: User with '@' symbol in username cannot login - note: related to ALF-13755 36797: Merged V3.4-BUG-FIX to V4.0-BUG-FIX 36773: Merged DEV to V3.4-BUG-FIX (with improvements) 36739: ALF-11835 : Authentication chain should be validated The existence of a subsystem in a chain is validated by a check for presence of the corresponding resources. 36784: ALF-10181 Missing files from enterprise SDK - Added missing Enterprise Config 36793: (RECORD ONLY) ALF-12776: Correction to from address generation for invitation reject email git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@36799 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1519,19 +1519,6 @@ public class AlfrescoCmisServiceImpl extends AbstractCmisService implements Alfr
|
||||
nodeRef = info.getCurrentNodeNodeRef();
|
||||
}
|
||||
|
||||
// remove not primary parent associations
|
||||
List<ChildAssociationRef> childAssociations = connector.getNodeService().getParentAssocs(nodeRef);
|
||||
if (childAssociations != null)
|
||||
{
|
||||
for (ChildAssociationRef childAssoc : childAssociations)
|
||||
{
|
||||
if (!childAssoc.isPrimary())
|
||||
{
|
||||
connector.getNodeService().removeChildAssociation(childAssoc);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// attempt to delete the node
|
||||
if (allVersions)
|
||||
{
|
||||
|
Reference in New Issue
Block a user