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 e3d8271..8547f8a 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 @@ -34,7 +34,7 @@ public enum RibbonType { RULE_DELETE, RULE_APPLY, RULE_SHARE, - RULES_APPLIED_ON_TABULAR_RESOURCE, + RULES_ACTIVE, DUPLICATE_DETECTION, TABLE_TYPE, COLUMN_POSITION, diff --git a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/operations/UIOperationsId.java b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/operations/UIOperationsId.java index 7629400..5cfa4a4 100644 --- a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/operations/UIOperationsId.java +++ b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/operations/UIOperationsId.java @@ -54,7 +54,8 @@ public enum UIOperationsId { GeospatialCreateCoordinates("Geospatial Create Coordinates"), DownscaleCSquare("Downscale C-Square"), Pending("Pending"), - RuleOnColumnApply("Apply Rule On Column"); + RuleOnColumnApply("Apply Rule On Column"), + RuleOnColumnDetach("Detach Rule On Column"); /**