mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ObjectSetTable: Fix incorrect member in count service sets
This commit is contained in:
parent
4032d49553
commit
1f7015db00
@ -153,12 +153,12 @@ class ObjectSetTable extends ZfQueryBasedTable
|
||||
['bo' => "branched_icinga_{$type}"],
|
||||
"bo.{$type}_set = bos.object_name",
|
||||
[]
|
||||
)->group(['bo.object_name', 'o.object_name']);
|
||||
);
|
||||
$query->joinLeft(
|
||||
['bo' => "branched_icinga_{$type}"],
|
||||
"bo.{$type}_set = bos.object_name",
|
||||
[]
|
||||
)->group(['bo.object_name', 'o.object_name']);
|
||||
);
|
||||
$this->queries = [
|
||||
$query,
|
||||
$right
|
||||
|
Loading…
x
Reference in New Issue
Block a user