mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02: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'] : '';
|
$order_by = $query['order'] ? $query['order'].' '. $query['sort'] : '';
|
||||||
$start = (int)$query['start'];
|
$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);
|
$this->so->get_rows($query, $rows, $readonlys);
|
||||||
$nr = $this->so->total;
|
$nr = $this->so->total;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user