From bcd1b32b4b1d0dbcfd5d74467a5bf9922c78eeb2 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Mon, 22 Jun 2015 15:24:17 +0000 Subject: [PATCH] Added Delete Validations git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@115469 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/widgetcommonevent/client/type/RibbonType.java | 2 ++ .../td/widgetcommonevent/shared/operations/OperationsId.java | 3 ++- .../td/widgetcommonevent/shared/operations/UIOperationsId.java | 3 ++- 3 files changed, 6 insertions(+), 2 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 8ad62dd..ece3000 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 @@ -37,6 +37,8 @@ public enum RibbonType { RULE_ON_COLUMN_APPLY, RULE_ON_TABLE_NEW, RULE_ON_TABLE_APPLY, + VALIDATIONS_SHOW, + VALIDATIONS_DELETE, DUPLICATE_DETECTION, TABLE_TYPE, COLUMN_POSITION, diff --git a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/operations/OperationsId.java b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/operations/OperationsId.java index 82cd053..851b5d5 100644 --- a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/operations/OperationsId.java +++ b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/operations/OperationsId.java @@ -131,7 +131,8 @@ public enum OperationsId { ExtractCodelist("11001"), GuessCodelist("11002"), CodelistMappingImport("12001"), - RuleOnColumnApply("1000000000"); + RuleOnColumnApply("1000000000"), + ValidationsDelete(""); 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 14d6ed6..6e2ee72 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 @@ -56,7 +56,8 @@ public enum UIOperationsId { Pending("Pending"), RuleOnColumnApply("Apply Rule On Column"), RuleOnColumnDetach("Detach Rule On Column"), - RuleOnTableApply("Apply Rule On Table"); + RuleOnTableApply("Apply Rule On Table"), + ValidationsDelete("Delete Validations"); /**