Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@101926 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-12-05 11:32:48 +00:00 committed by Giancarlo Panichi
parent 267183c7e1
commit e36d766bbb
1 changed files with 2 additions and 4 deletions

View File

@ -311,8 +311,7 @@ public class TabResourcesSelectionPanel extends ContentPanel implements
+ caught.getLocalizedMessage());
parent.showErrorAndHide(
"Error",
"Error retrieving tabular resources on server",
caught.getLocalizedMessage(), caught);
caught.getLocalizedMessage(),"", caught);
}
callback.onFailure(caught);
}
@ -418,8 +417,7 @@ public class TabResourcesSelectionPanel extends ContentPanel implements
Log.error("Error on delete TabResource: "
+ caught.getLocalizedMessage());
UtilsGXT3.alert("Error",
"Error on delete TabResource: "
+ caught.getLocalizedMessage());
caught.getLocalizedMessage());
}
}
}