From 99c4ac1938cd42b6b6a5cb4ddc3b8fe9363dc5f8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 2 Jan 2019 15:40:09 -0700 Subject: [PATCH] Update app_menu.php --- app/follow_me/app_menu.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/follow_me/app_menu.php b/app/follow_me/app_menu.php index 62127cfbcd..932d1e07c0 100644 --- a/app/follow_me/app_menu.php +++ b/app/follow_me/app_menu.php @@ -24,8 +24,9 @@ $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['path'] = "/app/calls/calls.php"; - $apps[$x]['menu'][$y]['groups'][] = "user"; - $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $apps[$x]['menu'][$y]['groups'][] = "admin"; + $apps[$x]['menu'][$y]['groups'][] = "user"; + $apps[$x]['menu'][$y]['groups'][] = "agent"; ?>