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:
parent
9279a3c19f
commit
ca18c10e23
|
@ -24,7 +24,6 @@ public class CkanEventHandlerManager {
|
||||||
|
|
||||||
private HandlerManager eventBus = new HandlerManager(null);
|
private HandlerManager eventBus = new HandlerManager(null);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -41,7 +40,7 @@ public class CkanEventHandlerManager {
|
||||||
@Override
|
@Override
|
||||||
public void onInsertMetadata(InsertMetadataEvent loadSelecteReleaseEvent) {
|
public void onInsertMetadata(InsertMetadataEvent loadSelecteReleaseEvent) {
|
||||||
|
|
||||||
final Modal modal = new Modal(true);
|
final Modal modal = new Modal(true, true);
|
||||||
|
|
||||||
// request who's doing the insert
|
// request who's doing the insert
|
||||||
GCubeCkanDataCatalog.service.getUser(new AsyncCallback<String>() {
|
GCubeCkanDataCatalog.service.getUser(new AsyncCallback<String>() {
|
||||||
|
|
Loading…
Reference in New Issue