From 31d4140f47f7d2bf32f9d718a4e4d9015af3a1fc Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 2 Jan 2019 15:49:10 -0700 Subject: [PATCH] Update app_config.php --- app/call_centers/app_config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index ff555c754c..57cb710e20 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -65,7 +65,6 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "call_center_agent_view"; $apps[$x]['permissions'][$y]['menu']['uuid'] = "597c483a-51a9-f95a-8d54-ea7d87ada2b8"; - $apps[$x]['permissions'][$y]['groups'][] = "agent"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; @@ -83,7 +82,6 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "call_center_tier_view"; $apps[$x]['permissions'][$y]['menu']['uuid'] = "6c072b29-5b6c-49fc-008e-95e24c77de99"; - $apps[$x]['permissions'][$y]['groups'][] = "agent"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++;