Procházet zdrojové kódy

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 před 5 roky
rodič
revize
9a43715fa7
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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++;