File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
server/src/main/java/com/objectcomputing/checkins/services/permissions Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public enum Permission {
15
15
CAN_VIEW_FEEDBACK_ANSWER ("View feedback answers" , "Feedback" ),
16
16
CAN_DELETE_ORGANIZATION_MEMBERS ("Delete organization members" , "User Management" ),
17
17
CAN_CREATE_ORGANIZATION_MEMBERS ("Create organization members" , "User Management" ),
18
- CAN_IMPERSONATE_MEMBERS ("Impersonate organization members" , "User Management " ),
18
+ CAN_IMPERSONATE_MEMBERS ("Impersonate organization members" , "Security " ),
19
19
CAN_VIEW_ROLE_PERMISSIONS ("View role permissions" , "Security" ),
20
20
CAN_ASSIGN_ROLE_PERMISSIONS ("Assign role permissions" , "Security" ),
21
21
CAN_VIEW_PERMISSIONS ("View all permissions" , "Security" ),
You can’t perform that action at this time.
0 commit comments