Add ring_group_domain to the admin group

This commit is contained in:
FusionPBX 2023-11-06 13:13:03 -07:00 committed by GitHub
parent dd3c14e0d1
commit c12dd29293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = "ring_group_domain";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "ring_group_all";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";