This commit is contained in:
Fabio Sinibaldi 2018-07-09 13:06:01 +00:00
parent 17506b2558
commit db680534fb
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ public class PortalContextTreeProvider implements ContextTreeProvider {
ScopeDescriptor rootChild=new ScopeDescriptor(entry.getKey().name, entry.getKey().categoryID+"");
for(VRE vre:entry.getValue())
rootChild.getChildren().add(new ScopeDescriptor(vre.name, vre.scope));
rootChildren.add(rootChild);
}
Group rootGroup=getSiteFromServletRequest(request);