Fix for ACE-2859 Not able to view the sub category after renaming the category holding sub category

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85555 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2014-09-23 19:03:50 +00:00
parent a7766b82d9
commit 28515dddc4

View File

@@ -162,7 +162,7 @@ public class NodesMetaDataGet extends DeclarativeWebScript
} }
if(o.has("includeParentAssociations")) if(o.has("includeParentAssociations"))
{ {
filter.setIncludeParentAssociations(o.getBoolean("includeChildIds")); filter.setIncludeParentAssociations(o.getBoolean("includeParentAssociations"));
} }
if(o.has("includeChildIds")) if(o.has("includeChildIds"))
{ {