From 3eb64d1d9a08f4f771d9b479d6aa5655a00e6504 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 21 Jun 2023 11:29:17 -0600 Subject: [PATCH] Add fax_sent_view to the fax group --- app/fax/app_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/fax/app_config.php b/app/fax/app_config.php index afff923441..ef84102338 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -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";