renamed to GET_SHAREABLE_LINK

This commit is contained in:
Francesco Mangiacrapa 2024-04-05 15:57:32 +02:00
parent 235c12f294
commit 4ca2a6b1bd
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public enum OPERATION_ON_ITEM {
VIEW_PROJECT_AS_DOCUMENT("vpd", "View Project as Document"),
VIEW_PROJECT_AS_JSON("vpj", "View Projet as JSON"),
VIEW_ON_MAP("vpm","View on Map"),
SHARE_PROJECT("shl","Share Project"),
GET_SHAREABLE_LINK("shl","Get Shareable Link"),
VIEW_REPORT("vpr","View the Report"),
EDIT_PROJECT("edt","Edit the Project"),
CLONE_PROJECT("cln","Clone the Project"),