mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V2.0 to HEAD
5136: AR-918 5137, 5138: AWC-1083 5139: WCM-309, WCM-311 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5325 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1390,7 +1390,7 @@ public class Node implements Serializable, Scopeable
|
||||
{
|
||||
// Copy the content node to a new node
|
||||
String copyName = TransformActionExecuter.transformName(this.services.getMimetypeService(), getName(),
|
||||
mimetype);
|
||||
mimetype, true);
|
||||
NodeRef copyNodeRef = this.services.getCopyService().copy(this.nodeRef, destination,
|
||||
ContentModel.ASSOC_CONTAINS,
|
||||
QName.createQName(ContentModel.PROP_CONTENT.getNamespaceURI(), QName.createValidLocalName(copyName)),
|
||||
|
Reference in New Issue
Block a user