Add extension_call_screen permission, and add call_screen_enabled to extensions/extension_edit.php.
This commit is contained in:
@@ -42,6 +42,8 @@
|
||||
$apps[$x]['permissions'][$y]['name'] = "extension_toll";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "extension_call_screen";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "extension_enabled";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
|
||||
Reference in New Issue
Block a user