Fixed problems with menu. Internal Ticket: #3912

(cherry picked from commit fc4874fbd0b02df71ed8d668b6d0a771b5cb034d)
This commit is contained in:
m-lopez-f 2016-08-29 13:25:00 +02:00
parent 3777a50abb
commit d914474e74

View File

@ -99,8 +99,9 @@ if (check_acl ($config['id_user'], 0, "PM")) {
}
if (check_acl ($config['id_user'], 0, "AW")) {
enterprise_hook ('policies_menu');
enterprise_hook('agents_submenu');
}
enterprise_hook('agents_submenu');
if (check_acl ($config['id_user'], 0, "AW")) {
$sub["gmassive"]["text"] = __('Bulk operations');
$sub["gmassive"]["id"] = 'Bulk operations';