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
This commit is contained in:
parent
b61d13fcf5
commit
b0b788427e
|
|
@ -50,7 +50,6 @@
|
|||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_statistics.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
|
|
|||
|
|
@ -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++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue