From a4c4b712329182ad3a3e8ab071fd8df3f35b4ac8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 11 Apr 2022 23:52:17 -0600 Subject: [PATCH] Give admin the fax_queue_view permission by default. --- app/fax_queue/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fax_queue/app_config.php b/app/fax_queue/app_config.php index 9ab3d53165..6524c2e873 100644 --- a/app/fax_queue/app_config.php +++ b/app/fax_queue/app_config.php @@ -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++; -?> \ No newline at end of file +?>