uncommented getRole

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@129185 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-06-20 15:08:46 +00:00
parent a1f5e29d65
commit d47ce041cc
1 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ package org.gcube.portlets.gcubeckan.gcubeckandatacatalog.client.view;
import org.gcube.portlets.gcubeckan.gcubeckandatacatalog.client.GCubeCkanDataCatalog;
import org.gcube.portlets.gcubeckan.gcubeckandatacatalog.client.resource.CkanPortletResources;
import org.gcube.portlets.gcubeckan.gcubeckandatacatalog.shared.CkanRole;
import com.google.gwt.core.shared.GWT;
import com.google.gwt.event.logical.shared.ResizeEvent;
@ -67,7 +68,7 @@ public class GCubeCkanDataCatalogPanel extends BaseViewTemplate{
//MANAGE CKAN MANAGEMENT PANEL ACCORDING TO MY ROLE
/*GCubeCkanDataCatalog.service.getMyRole(new AsyncCallback<CkanRole>() {
GCubeCkanDataCatalog.service.getMyRole(new AsyncCallback<CkanRole>() {
@Override
public void onFailure(Throwable caught) {
@ -93,7 +94,7 @@ public class GCubeCkanDataCatalogPanel extends BaseViewTemplate{
break;
}
}
});*/
});
Window.addResizeHandler(new ResizeHandler() {