mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 10:14:44 +02:00
Added permission to control who can access label scanner.
This commit is contained in:
parent
1f48247474
commit
9a9cd8e887
4 changed files with 18 additions and 9 deletions
|
@ -291,6 +291,9 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
|
|||
timetravel:
|
||||
label: "perm.tools.timeTravel"
|
||||
bit: 14
|
||||
label_scanner:
|
||||
label: "perm.tools.label_scanner"
|
||||
bit: 16
|
||||
|
||||
groups:
|
||||
label: "perm.groups"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue