Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-extractcodelist-widget@99312 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d7da7f3cb9
commit
b140f8e975
|
@ -174,7 +174,7 @@ public class ExtractCodelistOperationInProgressCard extends WizardCard
|
|||
SessionExpiredType.EXPIREDONSERVER));
|
||||
} else {
|
||||
AlertMessageBox d = new AlertMessageBox(
|
||||
"Error in Codelist Mapping Import", reason);
|
||||
"Error in Extract Codelist", reason);
|
||||
d.addHideHandler(new HideHandler() {
|
||||
public void onHide(HideEvent event) {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue