mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge V3.4 to HEAD
24350: ALF-3584 - SDK missing wss4j dependency 24351: ALF-3584 - Cleaning up SDK list of libs. (I think there may be a limit on the size somewhere) 23343: ALF-3119 - MLText is not fully carried during copy-paste git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@24360 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -773,7 +773,7 @@ public class CopyServiceImpl implements CopyService
|
||||
{
|
||||
// The first call will fail permissions, so there is no point doing permission checks with
|
||||
// the other calls
|
||||
Map<QName, Serializable> sourceNodeProperties = nodeService.getProperties(sourceNodeRef);
|
||||
Map<QName, Serializable> sourceNodeProperties = internalNodeService.getProperties(sourceNodeRef);
|
||||
QName sourceNodeTypeQName = internalNodeService.getType(sourceNodeRef);
|
||||
Set<QName> sourceNodeAspectQNames = internalNodeService.getAspects(sourceNodeRef);
|
||||
|
||||
|
Reference in New Issue
Block a user