Merge branch 'ent-4856-8969-Filtro-user-ack-evento-no-funciona-del-todo-bien' into 'develop'
user ack filter in event list not displaying users with all group See merge request artica/pandorafms!2860
This commit is contained in:
commit
137571f2d1
|
@ -1018,7 +1018,7 @@ $adv_inputs[] = $in;
|
|||
$user_users = users_get_user_users(
|
||||
$config['id_user'],
|
||||
$access,
|
||||
users_can_manage_group_all()
|
||||
true
|
||||
);
|
||||
|
||||
$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