Skip to content

Commit c3ac0a7

Browse files
committed
Added licenses checkin permission
1 parent 0f11112 commit c3ac0a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/permissions.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@
232232
'note' => '',
233233
'display' => true,
234234
],
235+
[
236+
'permission' => 'licenses.checkin',
237+
'label' => 'Checkin ',
238+
'note' => '',
239+
'display' => true,
240+
],
235241
[
236242
'permission' => 'licenses.keys',
237243
'label' => 'View License Keys',

0 commit comments

Comments
 (0)