mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
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))
|
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;
|
return $linked;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user