mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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:
@@ -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"))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user