Skip to content

Commit

Permalink
prepare for improved user privilege system
Browse files Browse the repository at this point in the history
  • Loading branch information
anhefti committed Dec 6, 2023
1 parent f2a0034 commit c861967
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public void init() {
.andForRole(UserRole.EXAM_ADMIN)
.withInstitutionalPrivilege(PrivilegeType.WRITE)
.andForRole(UserRole.EXAM_SUPPORTER)
.withInstitutionalPrivilege(PrivilegeType.ASSIGNED)
.withOwnerPrivilege(PrivilegeType.MODIFY)
.create();

Expand Down

0 comments on commit c861967

Please sign in to comment.