Skip to content

Commit

Permalink
ObjectSetTable: Fix incorrect member in count service sets
Browse files Browse the repository at this point in the history
  • Loading branch information
raviks789 committed Dec 11, 2024
1 parent 4032d49 commit 1f7015d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Director/Web/Table/ObjectSetTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ protected function prepareQuery()
['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
Expand Down

0 comments on commit 1f7015d

Please sign in to comment.