Skip to content

Commit 91df4e7

Browse files
committed
add new menues to constants
1 parent ca4e016 commit 91df4e7

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

library/constants.php

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,45 @@
373373
'view_transfer_agreements',
374374
],
375375
],
376+
[
377+
'id' => 168,
378+
'module' => 'Sevices',
379+
'menu' => 'Use Service (<span>beta</span>)',
380+
'action' => 'use_service',
381+
'adminonly' => '0',
382+
'visible' => '1',
383+
'allusers' => '0',
384+
'allcamps' => '0',
385+
'action_permission' => [
386+
'register_service_usage',
387+
],
388+
],
389+
[
390+
'id' => 169,
391+
'module' => 'Services',
392+
'menu' => 'Manage Services (<span>beta</span>)',
393+
'action' => 'services',
394+
'adminonly' => '0',
395+
'visible' => '1',
396+
'allusers' => '0',
397+
'allcamps' => '0',
398+
'action_permission' => [
399+
'manage_services',
400+
],
401+
],
402+
[
403+
'id' => 170,
404+
'module' => 'Admin',
405+
'menu' => 'Base Settings (<span>beta</span>)',
406+
'action' => 'base_settings',
407+
'adminonly' => '0',
408+
'visible' => '1',
409+
'allusers' => '0',
410+
'allcamps' => '1',
411+
'action_permission' => [
412+
'manage_base_settings',
413+
],
414+
],
376415
];
377416

378417
// This has to be identical to the rolesMapping in the Auth0 dynamic-permissions script

0 commit comments

Comments
 (0)