This commit is contained in:
Fabio Sinibaldi 2018-07-09 12:18:58 +00:00
parent 1c57cea4d7
commit 206d987dfd
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class PortalContextTreeProvider implements ContextTreeProvider {
Group rootGroup=getSiteFromServletRequest(request);
ScopeDescriptor root=new ScopeDescriptor(rootGroup.getDescriptiveName(),rootGroup.getGroupId()+"");
root.setChildren(rootChildren);
log.debug("TREE IS {} ",root);
return root;
}