git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/accounting-dashboard@169716 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
17506b2558
commit
db680534fb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue