ObjectSetTable: Fix incorrect member in count service sets

This commit is contained in:
raviks789 2024-12-09 18:19:02 +01:00
parent 4032d49553
commit 1f7015db00
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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