Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@92840 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-07 16:43:00 +00:00
parent c146517dbe
commit 40e5155c13
2 changed files with 3 additions and 2 deletions

View File

@ -16,5 +16,6 @@ public enum ChangeTableRequestType {
COLUMNFILTER,
CHANGETABLETYPE,
DELETEROWS,
CLONETABULARRESOURCE;
CLONETABULARRESOURCE,
DUPLICATES;
}

View File

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