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

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

Updated readble expression, now is part of C_Expression

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@114897 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-05-26 12:41:34 +00:00
parent a7d35ae483
commit f1d7077175
1 changed files with 2 additions and 2 deletions

View File

@ -472,10 +472,10 @@ public class AddColumnPanel extends FramedPanel implements
} else {
defaultValueString.setValue(exWrapper
.getReplaceExpressionContainer()
.getReadableExpression());
.getExp().getReadableExpression());
defaultValueString.setToolTip(exWrapper
.getReplaceExpressionContainer()
.getReadableExpression());
.getExp().getReadableExpression());
}
btnAddExpression.setVisible(false);
btnRemoveExpression.setVisible(true);