From 849a69630ca856081798f9f3b464686e0d988acb Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 24 Oct 2012 06:54:27 +0000 Subject: [PATCH] Remove superadmin group from click to call only used by the links in CDR and Contacts not needed in the menu. --- app/click_to_call/app_config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/click_to_call/app_config.php b/app/click_to_call/app_config.php index 22d3dd8445..51f739f3a6 100644 --- a/app/click_to_call/app_config.php +++ b/app/click_to_call/app_config.php @@ -33,7 +33,6 @@ $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; $apps[$x]['menu'][0]['path'] = '/app/click_to_call/click_to_call.php'; - $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details $apps[$x]['permissions'][0]['name'] = 'click_to_call_view';