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

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++;
?>
?>