Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@101595 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4bf37baffb
commit
ced85515e1
|
@ -125,7 +125,7 @@ public class CSVWorkSpaceSelectionCard extends WizardCard {
|
||||||
exportSession.setFileDescription(fileDescription.getCurrentValue());
|
exportSession.setFileDescription(fileDescription.getCurrentValue());
|
||||||
goNext();
|
goNext();
|
||||||
} else {
|
} else {
|
||||||
d = new AlertMessageBox("AttecheckExportDatantion",
|
d = new AlertMessageBox("Attention",
|
||||||
"No folder selected");
|
"No folder selected");
|
||||||
d.addHideHandler(hideHandler);
|
d.addHideHandler(hideHandler);
|
||||||
d.setModal(false);
|
d.setModal(false);
|
||||||
|
|
Loading…
Reference in New Issue