Admin user should have access to the destination_prefix.

This commit is contained in:
FusionPBX 2022-07-18 10:42:56 -06:00 committed by GitHub
parent e6d7c76870
commit 89258e09e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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";