Added operation 'VIEW_RELATIONSHIPS'
This commit is contained in:
parent
2f263dae44
commit
8d64e2972c
|
@ -18,7 +18,8 @@ public enum OPERATION_ON_ITEM {
|
|||
CLONE_PROJECT("Clone the Project"),
|
||||
PUBLISH_UNPUBLISH_PROJECT("Publish/UnPublish the Project"),
|
||||
DELETE_PROJECT("Delete the Project"),
|
||||
CREATE_RELATION("Create Relation between two Projects");
|
||||
CREATE_RELATION("Create Relation between two Projects"),
|
||||
VIEW_RELATIONSHIPS("View the relationship/s created for the Project");
|
||||
|
||||
String label;
|
||||
|
||||
|
|
Loading…
Reference in New Issue