Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 5514e0d

Browse files
authored
Merge pull request SORMAS-Foundation#3330 from hzi-braunschweig/feature-2316-AdminSupervisorDeleteRight
SORMAS-Foundation#2316 - add delete case right to admin supervisor
2 parents 2af85a0 + c3b20e5 commit 5514e0d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sormas-api/src/main/java/de/symeda/sormas/api/user/UserRight.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ public enum UserRight {
177177
),
178178
CASE_DELETE(
179179
ADMIN,
180+
ADMIN_SUPERVISOR,
180181
NATIONAL_USER
181182
),
182183
CASE_IMPORT(

0 commit comments

Comments
 (0)