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
This commit is contained in:
Giancarlo Panichi 2015-06-22 15:24:17 +00:00
parent ffe00f2cba
commit bcd1b32b4b
3 changed files with 6 additions and 2 deletions

View File

@ -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,

View File

@ -131,7 +131,8 @@ public enum OperationsId {
ExtractCodelist("11001"),
GuessCodelist("11002"),
CodelistMappingImport("12001"),
RuleOnColumnApply("1000000000");
RuleOnColumnApply("1000000000"),
ValidationsDelete("");

View File

@ -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");
/**