From f1c43c3ea8ab076fa74c99cbd3971760e890a37f Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 3 Aug 2015 16:12:12 -0600 Subject: [PATCH] Update the menu to use the app/call_centers directory. --- app/call_centers/app_menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/call_centers/app_menu.php b/app/call_centers/app_menu.php index 1528b3ac40..87c5a0597e 100644 --- a/app/call_centers/app_menu.php +++ b/app/call_centers/app_menu.php @@ -13,7 +13,7 @@ $apps[$x]['menu'][0]['title']['de-at'] = "Callcenter"; $apps[$x]['menu'][0]['uuid'] = "6c072b29-5b6c-49fc-008e-95e24c77de99"; $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][0]['category'] = "internal"; -$apps[$x]['menu'][0]['path'] = "/app/call_center/call_center_queues.php"; +$apps[$x]['menu'][0]['path'] = "/app/call_centers/call_center_queues.php"; $apps[$x]['menu'][0]['groups'][] = "agent"; $apps[$x]['menu'][0]['groups'][] = "admin"; $apps[$x]['menu'][0]['groups'][] = "superadmin"; @@ -30,7 +30,7 @@ $apps[$x]['menu'][1]['title']['de-at'] = "Agenten Status"; $apps[$x]['menu'][1]['uuid'] = "597c483a-51a9-f95a-8d54-ea7d87ada2b8"; $apps[$x]['menu'][1]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; $apps[$x]['menu'][1]['category'] = "internal"; -$apps[$x]['menu'][1]['path'] = "/app/call_center/call_center_agent_status.php"; +$apps[$x]['menu'][1]['path'] = "/app/call_centers/call_center_agent_status.php"; $apps[$x]['menu'][1]['groups'][] = "agent_admin"; $apps[$x]['menu'][1]['groups'][] = "admin"; $apps[$x]['menu'][1]['groups'][] = "superadmin";