Allow admin access to the menu for dialplan -> destinations.
This commit is contained in:
parent
e1cd2f8b3a
commit
2adb0147a9
|
|
@ -19,5 +19,6 @@ $apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
|||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/destinations/destinations.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue