Fixed problems with menu. Internal Ticket: #3912
This commit is contained in:
parent
5acdabe5f2
commit
fc4874fbd0
|
@ -99,8 +99,9 @@ if (check_acl ($config['id_user'], 0, "PM")) {
|
||||||
}
|
}
|
||||||
if (check_acl ($config['id_user'], 0, "AW")) {
|
if (check_acl ($config['id_user'], 0, "AW")) {
|
||||||
enterprise_hook ('policies_menu');
|
enterprise_hook ('policies_menu');
|
||||||
|
enterprise_hook('agents_submenu');
|
||||||
}
|
}
|
||||||
enterprise_hook('agents_submenu');
|
|
||||||
if (check_acl ($config['id_user'], 0, "AW")) {
|
if (check_acl ($config['id_user'], 0, "AW")) {
|
||||||
$sub["gmassive"]["text"] = __('Bulk operations');
|
$sub["gmassive"]["text"] = __('Bulk operations');
|
||||||
$sub["gmassive"]["id"] = 'Bulk operations';
|
$sub["gmassive"]["id"] = 'Bulk operations';
|
||||||
|
|
Loading…
Reference in New Issue