Francesco Mangiacrapa 6 years ago
parent eecde178e5
commit 10fb9dffa9

@ -167,8 +167,10 @@ public class ThreddsWorkspaceSyncServiceImpl extends RemoteServiceServlet implem
if (!isWithinPortal()){
listOfScopes.add(new GcubeScope("devVRE", "/gcube/devsec/devVRE", GcubeScopeType.VRE));
listOfScopes.add(new GcubeScope("NextNext", "/gcube/devNext/NextNext", GcubeScopeType.VRE));
listOfScopes.add(new GcubeScope("/gcube/devNext", "/gcube/devNext", GcubeScopeType.VO));
listOfScopes.add(new GcubeScope("/gcube", "/gcube", GcubeScopeType.ROOT));
listOfScopes.add(new GcubeScope("devNext", "/gcube/devNext", GcubeScopeType.VO));
listOfScopes.add(new GcubeScope("devsec", "/gcube/devsec", GcubeScopeType.VO));
listOfScopes.add(new GcubeScope("gcube", "/gcube", GcubeScopeType.ROOT));
Collections.sort(listOfScopes);
return listOfScopes;
}

Loading…
Cancel
Save