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' => "branched_icinga_{$type}"],
|
||||||
"bo.{$type}_set = bos.object_name",
|
"bo.{$type}_set = bos.object_name",
|
||||||
[]
|
[]
|
||||||
)->group(['bo.object_name', 'o.object_name']);
|
);
|
||||||
$query->joinLeft(
|
$query->joinLeft(
|
||||||
['bo' => "branched_icinga_{$type}"],
|
['bo' => "branched_icinga_{$type}"],
|
||||||
"bo.{$type}_set = bos.object_name",
|
"bo.{$type}_set = bos.object_name",
|
||||||
[]
|
[]
|
||||||
)->group(['bo.object_name', 'o.object_name']);
|
);
|
||||||
$this->queries = [
|
$this->queries = [
|
||||||
$query,
|
$query,
|
||||||
$right
|
$right
|
||||||
|
|
Loading…
Reference in New Issue