mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-12 02:11:00 +01:00
Fixed exception when setting permissions.
This commit is contained in:
@@ -362,7 +362,7 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
|
||||
revert_element:
|
||||
label: "perm.revert_elements"
|
||||
bit: 20
|
||||
alsoSet: ["read", "create", "delete", "move", "edit_permissions", "show_history", "edit_infos", "change_group", "edit_username"]
|
||||
alsoSet: ["read", "create", "delete", "edit_permissions", "show_history", "edit_infos", "change_group", "edit_username"]
|
||||
|
||||
database:
|
||||
label: "perm.database"
|
||||
|
||||
Reference in New Issue
Block a user