Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@99821 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3468d053cc
commit
099a6ad67e
|
@ -1546,7 +1546,7 @@ public class TabularDataController {
|
||||||
if (opId.compareTo(GridHeaderOperationId.COLUMNREPLACEBYEXPRESSION
|
if (opId.compareTo(GridHeaderOperationId.COLUMNREPLACEBYEXPRESSION
|
||||||
.toString()) == 0) {
|
.toString()) == 0) {
|
||||||
//TODO
|
//TODO
|
||||||
openColumnMerge(columnName);
|
openReplaceColumnByExpression(columnName);
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue