mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Add permission to view and modify encrypted custom fields
This commit is contained in:
parent
e0df8cc4aa
commit
3b4a2b0f5b
|
@ -106,6 +106,13 @@ return [
|
||||||
'display' => true,
|
'display' => true,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
[
|
||||||
|
'permission' => 'assets.view.encrypted_custom_fields',
|
||||||
|
'label' => 'View and Modify Encrypted Custom Fields',
|
||||||
|
'note' => '',
|
||||||
|
'display' => true,
|
||||||
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
'Accessories' => [
|
'Accessories' => [
|
||||||
|
|
Loading…
Reference in a new issue