3
0
mirror of https://github.com/snipe/snipe-it.git synced 2025-10-30 03:42:35 +00:00

Added licenses checkin permission

This commit is contained in:
snipe 2025-10-08 10:37:58 +01:00
parent 0f111127a5
commit c3ac0a750d

View File

@ -232,6 +232,12 @@ return [
'note' => '', 'note' => '',
'display' => true, 'display' => true,
], ],
[
'permission' => 'licenses.checkin',
'label' => 'Checkin ',
'note' => '',
'display' => true,
],
[ [
'permission' => 'licenses.keys', 'permission' => 'licenses.keys',
'label' => 'View License Keys', 'label' => 'View License Keys',