mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
check, that a possible col_filter is not overwritten by possible customfield col filters
This commit is contained in:
parent
8514dd5d64
commit
53d5c88c14
@ -101,7 +101,7 @@ class resources_bo
|
||||
$order_by = $query['order'] ? $query['order'].' '. $query['sort'] : '';
|
||||
$start = (int)$query['start'];
|
||||
|
||||
$query['col_filter'] = $filter;
|
||||
foreach ($filter as $k => $v) $query['col_filter'][$k] = $v;
|
||||
$this->so->get_rows($query, $rows, $readonlys);
|
||||
$nr = $this->so->total;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user