Add a new permission called dialplan_global.

This commit is contained in:
FusionPBX 2021-07-08 00:15:50 -06:00 committed by GitHub
parent 2c400bf6d8
commit c4fc66a384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@
$apps[$x]['permissions'][$y]['name'] = "dialplan_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "dialplan_global";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "dialplan_xml";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;