Add fax_sent_view to the fax group

This commit is contained in:
FusionPBX 2023-06-21 11:29:17 -06:00 committed by GitHub
parent fcda82136f
commit 3eb64d1d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "fax";
$y++;
$apps[$x]['permissions'][$y]['name'] = "fax_sent_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";