mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-11805 - Transfer service requests new node content twice
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32554 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -275,11 +275,11 @@ public class RepoPrimaryManifestProcessorImpl extends AbstractManifestProcessorB
|
||||
// First, create a shallow copy of the supplied property map...
|
||||
Map<QName, Serializable> props = new HashMap<QName, Serializable>(node.getProperties());
|
||||
|
||||
injectTransferred(props);
|
||||
|
||||
// Split out the content properties and sanitise the others
|
||||
Map<QName, Serializable> contentProps = processProperties(null, props, null);
|
||||
|
||||
injectTransferred(props);
|
||||
|
||||
// Remove the invadedBy property since that is used by the transfer service
|
||||
// and is local to this repository.
|
||||
props.remove(TransferModel.PROP_INVADED_BY);
|
||||
|
Reference in New Issue
Block a user