From 47eb5bfe374c29f092ccf020ff8f6e6e12a541c4 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 10 Sep 2012 19:40:20 +0000 Subject: [PATCH] No groups need to be assigned to the menu for click to call since links using it are incorporated into Call Detail Records and contacts. --- app/click_to_call/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/click_to_call/app_config.php b/app/click_to_call/app_config.php index 4df738cbfb..9812e0f72f 100644 --- a/app/click_to_call/app_config.php +++ b/app/click_to_call/app_config.php @@ -15,7 +15,7 @@ $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'; + //$apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details $apps[$x]['permissions'][0]['name'] = 'click_to_call_view';