Ver Fonte

remove CDR Statistics from default menu for users (#5347)

* Remove CDR stattistics from user group menu

users don't have CDR statistics vier permission no need to have it in the menu

* remove status from user group menu

No need to have it in the default menu for the user group
agree há 5 anos atrás
pai
commit
9a43715fa7
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      core/menu/app_menu.php

+ 0 - 1
core/menu/app_menu.php

@@ -142,7 +142,6 @@
 	$apps[$x]['menu'][$y]['icon'] = "fa-chart-bar";
 	$apps[$x]['menu'][$y]['path'] = "";
 	$apps[$x]['menu'][$y]['order'] = "25";
-	$apps[$x]['menu'][$y]['groups'][] = "user";
 	$apps[$x]['menu'][$y]['groups'][] = "admin";
 	$apps[$x]['menu'][$y]['groups'][] = "superadmin";
 	$y++;