user ack filter in event list not displaying users with all group
This commit is contained in:
parent
6f3e42e732
commit
9fc635a7a9
|
@ -1018,7 +1018,7 @@ $adv_inputs[] = $in;
|
|||
$user_users = users_get_user_users(
|
||||
$config['id_user'],
|
||||
$access,
|
||||
users_can_manage_group_all()
|
||||
users_can_manage_group_all($access)
|
||||
);
|
||||
|
||||
$data = html_print_select(
|
||||
|
|
|
@ -767,7 +767,7 @@ $data[0] = __('User ack.').$jump;
|
|||
$user_users = users_get_user_users(
|
||||
$config['id_user'],
|
||||
$access,
|
||||
users_can_manage_group_all()
|
||||
users_can_manage_group_all($access)
|
||||
);
|
||||
|
||||
$data[0] .= html_print_select(
|
||||
|
|
Loading…
Reference in New Issue