From ba0cd73184d58cc47f3b8e14a3fc027d2206716b Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 8 Oct 2014 09:01:21 +0000 Subject: [PATCH] Minor update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@100516 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/widgetcommonevent/client/type/WidgetRequestType.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/WidgetRequestType.java b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/WidgetRequestType.java index 480e7fd..2a0039d 100644 --- a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/WidgetRequestType.java +++ b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/client/type/WidgetRequestType.java @@ -23,5 +23,7 @@ public enum WidgetRequestType { DUPLICATESROWSPANEL, VALIDATIONSTASKSPANEL, CURATIONBYREPLACEBATCHDIALOG, - MONITORBACKGROUNDPANEL; + MONITORBACKGROUNDPANEL, + RESOURCESPANEL; + }