minor fix
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@130348 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
43a50b1492
commit
65491b7b9f
|
@ -1278,7 +1278,7 @@ public class CreateDatasetForm extends Composite{
|
|||
Element element = DOM.getElementById(popupId);
|
||||
popup = (GcubeDialogExtended) Widget.asWidgetOrNull(getWidget(element));
|
||||
}catch(Exception e){
|
||||
GWT.log("ERROR");
|
||||
GWT.log("ERROR", e);
|
||||
}
|
||||
|
||||
// if it doesn't exist, create it
|
||||
|
|
Loading…
Reference in New Issue