Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@94659 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-09 17:07:02 +00:00
parent f26de13032
commit a09762e613
1 changed files with 2 additions and 1 deletions

View File

@ -14,5 +14,6 @@ public enum WidgetRequestType {
DELETECOLUMNPANEL,
LABELCOLUNPANEL,
CHANGETABLETYPEPANEL,
DUPLICATESROWSPANEL;
DUPLICATESROWSPANEL,
VALIDATIONSTABLEPANEL;
}