forked from extern/egroupware
fix NM refresh call returned all rows not just requested ones
broken by 29b22e3
Fix CRM view did not add new infolog entries on push
This commit is contained in:
parent
afec14a17e
commit
6567e39668
@ -606,7 +606,7 @@ class infolog_ui
|
||||
}
|
||||
if(count($links))
|
||||
{
|
||||
$query['col_filter']['info_id'] = count($links) > 1 ? call_user_func_array('array_intersect', $links) : $links[$key];
|
||||
$query['col_filter']['info_id'] = count($links) > 1 ? call_user_func_array('array_intersect', $links) : $links[$key ?? 'info_id'];
|
||||
}
|
||||
return $linked;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user