81: Allow the creation and use of expressions on multi column in TDM portlet

Task-Url: https://support.d4science.org/issues/81

Updated apply rule on table

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-rule-widget@115076 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-05-27 16:33:54 +00:00 committed by Giancarlo Panichi
parent 553d88c52d
commit 58e85407cb
1 changed files with 2 additions and 2 deletions

View File

@ -329,7 +329,7 @@ public class RuleOnTableApplyMapColumnCard extends WizardCard {
setEnableBackButton(true);
setBackButtonVisible(true);
setEnableNextButton(true);
setEnableNextButton(false);
}
protected void checkData() {
@ -339,7 +339,7 @@ public class RuleOnTableApplyMapColumnCard extends WizardCard {
HideHandler hideHandler = new HideHandler() {
public void onHide(HideEvent event) {
getWizardWindow().setEnableNextButton(true);
getWizardWindow().setEnableNextButton(false);
getWizardWindow().setEnableBackButton(true);
}