Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@85656 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-18 18:16:13 +00:00
parent da59c886d4
commit ca4cfc2b33
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@ public class CSVWorkSpaceSelectionCard extends WizardCard {
Log.debug("File Name:" + fileName.getCurrentValue() + " Item id: "
+ exportSession.getItemId());
wpanel.disable();
fileName.disable();
getWizardWindow().setEnableNextButton(false);
getWizardWindow().setEnableBackButton(false);
AlertMessageBox d;
@ -104,6 +105,7 @@ public class CSVWorkSpaceSelectionCard extends WizardCard {
wpanel.enable();
getWizardWindow().setEnableNextButton(true);
getWizardWindow().setEnableBackButton(true);
fileName.enable();
}
};
if (fileName.getCurrentValue() != null