Skip to content

Commit

Permalink
renamed icd role
Browse files Browse the repository at this point in the history
  • Loading branch information
soimugeo committed Jul 2, 2024
1 parent ae868c3 commit 75b7373
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public enum BuiltInRole {
DELETE_DATATYPE,
REVERT_CHANGES),

REGULAR_PROJECT_EDITOR(OBJECT_COMMENTER,
ICD_PROJECT_EDITOR(OBJECT_COMMENTER,
EDIT_ONTOLOGY,
EDIT_ONTOLOGY_ANNOTATIONS,
CREATE_CLASS,
Expand Down Expand Up @@ -122,7 +122,7 @@ public enum BuiltInRole {

CAN_EDIT(PROJECT_EDITOR, CAN_COMMENT),

CAN_EDIT_REGULAR(REGULAR_PROJECT_EDITOR, CAN_COMMENT),
ICD_CAN_EDIT(ICD_PROJECT_EDITOR, CAN_COMMENT),

CAN_MANAGE(CAN_EDIT, PROJECT_MANAGER, ISSUE_MANAGER)

Expand Down

0 comments on commit 75b7373

Please sign in to comment.