Minor fixes

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@129115 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-06-14 11:02:40 +00:00
parent 9279a3c19f
commit ca18c10e23
1 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@ public class CkanEventHandlerManager {
private HandlerManager eventBus = new HandlerManager(null);
/**
*
*/
@ -41,7 +40,7 @@ public class CkanEventHandlerManager {
@Override
public void onInsertMetadata(InsertMetadataEvent loadSelecteReleaseEvent) {
final Modal modal = new Modal(true);
final Modal modal = new Modal(true, true);
// request who's doing the insert
GCubeCkanDataCatalog.service.getUser(new AsyncCallback<String>() {