mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Ido\ContactgroupQuery needs a conservative count approach
This commit is contained in:
parent
dc34905315
commit
d9f1c4678b
@ -39,6 +39,7 @@ class ContactgroupQuery extends AbstractQuery
|
|||||||
'service_description' => 'so.name2 COLLATE latin1_general_ci',
|
'service_description' => 'so.name2 COLLATE latin1_general_ci',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
protected $uglySlowConservativeCount = true;
|
||||||
|
|
||||||
protected function joinBaseTables()
|
protected function joinBaseTables()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user