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:
@@ -274,11 +274,11 @@ public class RepoPrimaryManifestProcessorImpl extends AbstractManifestProcessorB
|
|||||||
// We need to process content properties separately.
|
// We need to process content properties separately.
|
||||||
// First, create a shallow copy of the supplied property map...
|
// First, create a shallow copy of the supplied property map...
|
||||||
Map<QName, Serializable> props = new HashMap<QName, Serializable>(node.getProperties());
|
Map<QName, Serializable> props = new HashMap<QName, Serializable>(node.getProperties());
|
||||||
|
|
||||||
|
injectTransferred(props);
|
||||||
|
|
||||||
// Split out the content properties and sanitise the others
|
// Split out the content properties and sanitise the others
|
||||||
Map<QName, Serializable> contentProps = processProperties(null, props, null);
|
Map<QName, Serializable> contentProps = processProperties(null, props, null);
|
||||||
|
|
||||||
injectTransferred(props);
|
|
||||||
|
|
||||||
// Remove the invadedBy property since that is used by the transfer service
|
// Remove the invadedBy property since that is used by the transfer service
|
||||||
// and is local to this repository.
|
// and is local to this repository.
|
||||||
|
Reference in New Issue
Block a user