From b9087f4af192485f9d89c7d2f233672cd64f1720 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 27 May 2015 16:30:20 +0000 Subject: [PATCH] 81: Allow the creation and use of expressions on multi column in TDM portlet Task-Url: https://support.d4science.org/issues/81 Updated apply rule on table git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@115073 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/widgetcommonevent/shared/operations/UIOperationsId.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 5cfa4a4..14d6ed6 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 @@ -55,7 +55,8 @@ public enum UIOperationsId { DownscaleCSquare("Downscale C-Square"), Pending("Pending"), RuleOnColumnApply("Apply Rule On Column"), - RuleOnColumnDetach("Detach Rule On Column"); + RuleOnColumnDetach("Detach Rule On Column"), + RuleOnTableApply("Apply Rule On Table"); /**