mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
76953: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 67499: ACE-1407 - Make alfcmis:nodeRef queryable on cm:category git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77793 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -73,7 +73,8 @@ public class DirectProperty extends AbstractProperty
|
||||
Object element = resultList.get(index);
|
||||
if (element instanceof NodeRef)
|
||||
{
|
||||
resultList.set(index, element.toString());
|
||||
NodeRef nodeRef = (NodeRef)element;
|
||||
resultList.set(index, nodeRef.getId());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user