mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add ring groups menu permission for users in the admin group.
This commit is contained in:
@@ -33,9 +33,8 @@
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/ring_groups/ring_groups.php";
|
||||
//$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
//$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
|
||||
Reference in New Issue
Block a user