From 97b719624882d2695c9f1dd8de4159e9feac2e77 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 20 Mar 2015 17:50:34 +0000 Subject: [PATCH] Updated Ribbon git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@113680 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/widgetcommonevent/client/type/RibbonType.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/RibbonType.java b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/RibbonType.java index 65fa095..66bd84c 100644 --- a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/RibbonType.java +++ b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/RibbonType.java @@ -53,9 +53,9 @@ public enum RibbonType { TABLE_UNION, TABLE_GROUPBY, TABLE_TIME_AGGREGATE, - TABLE_REPLACE_BATCH, - TABLE_REPLACE_BY_EXPRESSION, - TABLE_REPLACE_BY_EXTERNAL_COL, + COLUMN_REPLACE_BATCH, + COLUMN_REPLACE_BY_EXPRESSION, + COLUMN_REPLACE_BY_EXTERNAL_COL, TABLE_AGGREAGETE, ROW_ADD, ROW_DELETE,