mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Fixes #2792 - corrected typo in permissions array for creating accessories
This commit is contained in:
parent
d57135c81b
commit
40befa7b37
|
@ -106,7 +106,7 @@ return array(
|
||||||
'display' => true,
|
'display' => true,
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'permission' => 'accessory.create',
|
'permission' => 'accessories.create',
|
||||||
'label' => 'Create ',
|
'label' => 'Create ',
|
||||||
'note' => '',
|
'note' => '',
|
||||||
'display' => true,
|
'display' => true,
|
||||||
|
|
Loading…
Reference in a new issue