Added Tasks Validations

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@95439 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-05-08 13:37:29 +00:00
parent 99f8960489
commit 11fa7418b8
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ public enum WidgetRequestType {
LABELCOLUNPANEL,
CHANGETABLETYPEPANEL,
DUPLICATESROWSPANEL,
VALIDATIONSTABLEPANEL;
VALIDATIONSTASKPANEL;
}