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"; ?>