git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/accounting-dashboard@169711 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
1c57cea4d7
commit
206d987dfd
|
@ -85,7 +85,7 @@ public class PortalContextTreeProvider implements ContextTreeProvider {
|
||||||
Group rootGroup=getSiteFromServletRequest(request);
|
Group rootGroup=getSiteFromServletRequest(request);
|
||||||
ScopeDescriptor root=new ScopeDescriptor(rootGroup.getDescriptiveName(),rootGroup.getGroupId()+"");
|
ScopeDescriptor root=new ScopeDescriptor(rootGroup.getDescriptiveName(),rootGroup.getGroupId()+"");
|
||||||
root.setChildren(rootChildren);
|
root.setChildren(rootChildren);
|
||||||
|
log.debug("TREE IS {} ",root);
|
||||||
|
|
||||||
return root;
|
return root;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue