Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@99310 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d01d659062
commit
2a4f736d1b
|
@ -176,7 +176,7 @@ public class CSVOperationInProgressCard extends WizardCard implements
|
|||
new SessionExpiredEvent(
|
||||
SessionExpiredType.EXPIREDONSERVER));
|
||||
} else {
|
||||
AlertMessageBox d = new AlertMessageBox("Error in Codelist Mapping Import",
|
||||
AlertMessageBox d = new AlertMessageBox("Error in CSV Export",
|
||||
reason);
|
||||
d.addHideHandler(new HideHandler() {
|
||||
public void onHide(HideEvent event) {
|
||||
|
|
Loading…
Reference in New Issue