mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 03:45:24 +00:00
Add permission to view and modify encrypted custom fields
This commit is contained in:
@ -106,6 +106,13 @@ return [
|
||||
'display' => true,
|
||||
],
|
||||
|
||||
[
|
||||
'permission' => 'assets.view.encrypted_custom_fields',
|
||||
'label' => 'View and Modify Encrypted Custom Fields',
|
||||
'note' => '',
|
||||
'display' => true,
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'Accessories' => [
|
||||
|
||||
Reference in New Issue
Block a user