Refactor ACL keys for user super admin role handling
This commit is contained in:
parent
611ce1ac36
commit
55de671803
1 changed files with 3 additions and 3 deletions
|
|
@ -12,13 +12,13 @@ access_keys:
|
||||||
- id: user.list
|
- id: user.list
|
||||||
label: List
|
label: List
|
||||||
- id: user.add
|
- id: user.add
|
||||||
label: Add (non Super Admin)
|
label: Add
|
||||||
- id: user.sadmin.add
|
|
||||||
label: Add (Super Admin)
|
|
||||||
- id: user.update
|
- id: user.update
|
||||||
label: Update
|
label: Update
|
||||||
- id: user.delete
|
- id: user.delete
|
||||||
label: Delete
|
label: Delete
|
||||||
|
- id: user.role.sadmin
|
||||||
|
label: Super Admin Role
|
||||||
- id: role
|
- id: role
|
||||||
label: Role Access
|
label: Role Access
|
||||||
acls:
|
acls:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue