Skip to content

Commit ea6a659

Browse files
Add new MoveEntity and BulkEditing capabilities
1 parent c729c94 commit ea6a659

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/main/java/edu/stanford/protege/webprotege/authorization/BuiltInCapability.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@ public enum BuiltInCapability {
6464

6565
MERGE_ENTITIES,
6666

67+
MOVE_ENTITY,
68+
6769
EDIT_ENTITY_TAGS,
6870

71+
BULK_EDIT_ANNOTATIONS,
6972

7073
CREATE_ISSUE,
7174

src/main/java/edu/stanford/protege/webprotege/authorization/BuiltInRole.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,15 @@ public enum BuiltInRole {
8888
CREATE_CLASS,
8989
DELETE_CLASS,
9090
MERGE_ENTITIES,
91+
MOVE_ENTITY,
9192
CREATE_PROPERTY,
9293
DELETE_PROPERTY,
9394
CREATE_INDIVIDUAL,
9495
DELETE_INDIVIDUAL,
9596
CREATE_DATATYPE,
9697
DELETE_DATATYPE,
97-
REVERT_CHANGES),
98+
REVERT_CHANGES,
99+
BULK_EDIT_ANNOTATIONS),
98100

99101
LAYOUT_EDITOR(PROJECT_ROLE,
100102
"" ,

0 commit comments

Comments
 (0)