task_24166 #8

Merged
francesco.mangiacrapa merged 14 commits from task_24166 into master 2023-05-11 15:49:17 +02:00
1 changed files with 4 additions and 3 deletions
Showing only changes of commit 39f084b5c5 - Show all commits

View File

@ -11,10 +11,11 @@ package org.gcube.application.geoportalcommon.shared.config;
public enum OPERATION_ON_ITEM {
CREATE_NEW_PROJECT("Create New Project"),
VIEW_ON_MAP("View on Map"),
SHOW_METADATA("Show Metadata"),
VIEW_PROJECT_AS_DOCUMENT("View Project as Document"),
VIEW_PROJECT_AS_JSON("View Projet as JSON"),
VIEW_ON_MAP("View on Map"),
VIEW_REPORT("View the Report"),
EDIT_PROJECT("Edit the Project"),
EDIT_PROJECT("Edit the Project"),
CLONE_PROJECT("Clone the Project"),
PUBLISH_UNPUBLISH_PROJECT("Publish/UnPublish the Project"),
DELETE_PROJECT("Delete the Project"),