Browse Source

Update app_menu.php

FusionPBX 6 years ago
parent
commit
f51122c808
1 changed files with 4 additions and 3 deletions
  1. 4 3
      core/user_settings/app_menu.php

+ 4 - 3
core/user_settings/app_menu.php

@@ -23,8 +23,9 @@
 	$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
 	$apps[$x]['menu'][$y]['category'] = "internal";
 	$apps[$x]['menu'][$y]['path'] = "/core/user_settings/user_dashboard.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";
 
-?>
+?>