mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Admin user should have access to the destination_prefix.
This commit is contained in:
@@ -108,6 +108,7 @@
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "destination_prefix";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "destination_number";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
|
||||
Reference in New Issue
Block a user