Skip to content

Commit

Permalink
[bugfix/InhaBas#339] CHIEF에 VICE_CHIEF 권한 추가
Browse files Browse the repository at this point in the history
[bugfix/InhaBas#339] CHIEF에 VICE_CHIEF 권한 추가
  • Loading branch information
whitem4rk authored Jul 4, 2024
2 parents fab87f8 + 99fcacf commit acf52b4
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ public RoleHierarchy getHierarchy() {
ANONYMOUS));
put(
CHIEF,
Arrays.asList(EXECUTIVES, SECRETARY, BASIC, DEACTIVATED, NOT_APPROVED, ANONYMOUS));
Arrays.asList(
VICE_CHIEF,
EXECUTIVES,
SECRETARY,
BASIC,
DEACTIVATED,
NOT_APPROVED,
ANONYMOUS));
put(
VICE_CHIEF,
Arrays.asList(EXECUTIVES, SECRETARY, BASIC, DEACTIVATED, NOT_APPROVED, ANONYMOUS));
Expand Down

0 comments on commit acf52b4

Please sign in to comment.