Updated list of operations
This commit is contained in:
parent
0fd55e8a58
commit
39f084b5c5
|
@ -11,10 +11,11 @@ package org.gcube.application.geoportalcommon.shared.config;
|
||||||
public enum OPERATION_ON_ITEM {
|
public enum OPERATION_ON_ITEM {
|
||||||
|
|
||||||
CREATE_NEW_PROJECT("Create New Project"),
|
CREATE_NEW_PROJECT("Create New Project"),
|
||||||
VIEW_ON_MAP("View on Map"),
|
VIEW_PROJECT_AS_DOCUMENT("View Project as Document"),
|
||||||
SHOW_METADATA("Show Metadata"),
|
VIEW_PROJECT_AS_JSON("View Projet as JSON"),
|
||||||
|
VIEW_ON_MAP("View on Map"),
|
||||||
VIEW_REPORT("View the Report"),
|
VIEW_REPORT("View the Report"),
|
||||||
EDIT_PROJECT("Edit the Project"),
|
EDIT_PROJECT("Edit the Project"),
|
||||||
CLONE_PROJECT("Clone the Project"),
|
CLONE_PROJECT("Clone the Project"),
|
||||||
PUBLISH_UNPUBLISH_PROJECT("Publish/UnPublish the Project"),
|
PUBLISH_UNPUBLISH_PROJECT("Publish/UnPublish the Project"),
|
||||||
DELETE_PROJECT("Delete the Project"),
|
DELETE_PROJECT("Delete the Project"),
|
||||||
|
|
Loading…
Reference in New Issue