Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@93500 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
38babb72e3
commit
5b66693ee6
|
@ -17,5 +17,6 @@ public enum ChangeTableRequestType {
|
|||
CHANGETABLETYPE,
|
||||
DELETEROWS,
|
||||
CLONETABULARRESOURCE,
|
||||
DUPLICATES;
|
||||
DUPLICATES,
|
||||
TEMPLATEAPPLY;
|
||||
}
|
||||
|
|
|
@ -23,6 +23,7 @@ public enum RibbonType {
|
|||
EXPORTJSON,
|
||||
TEMPLATEOPEN,
|
||||
TEMPLATENEW,
|
||||
TEMPLATEDELETE,
|
||||
SHARE,
|
||||
TIMELINE,
|
||||
HISTORY,
|
||||
|
|
Loading…
Reference in New Issue