From a137ad3de0f7d6b340324c8cccd8fa35dbfc9e1c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 8 Jan 2020 21:42:00 -0700 Subject: [PATCH] Update app_config.php --- core/groups/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/groups/app_config.php b/core/groups/app_config.php index db8410611c..630b11cae5 100644 --- a/core/groups/app_config.php +++ b/core/groups/app_config.php @@ -76,6 +76,9 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "group_permission_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "view_groups"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //schema details $y=0;