Give admin the fax_queue_view permission by default.

This commit is contained in:
FusionPBX 2022-04-11 23:52:17 -06:00 committed by GitHub
parent 5cb5ba3f47
commit a4c4b71232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
$y = 0;
$apps[$x]['permissions'][$y]['name'] = 'fax_queue_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'fax_queue_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
@ -163,4 +163,4 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the fax command.';
$z++;
?>
?>