mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added consumables permissions
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
25f69a7bd2
commit
b362951c95
|
@ -178,6 +178,12 @@ return [
|
||||||
'note' => '',
|
'note' => '',
|
||||||
'display' => true,
|
'display' => true,
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'permission' => 'consumables.files',
|
||||||
|
'label' => 'View and Modify Consumable Files',
|
||||||
|
'note' => '',
|
||||||
|
'display' => true,
|
||||||
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue