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:
parent
a7d35ae483
commit
f1d7077175
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue