Skip to content

Commit

Permalink
ObjectsRenderer: Add missing id column
Browse files Browse the repository at this point in the history
This column is required to fetch further relations
  • Loading branch information
sukhwinder33445 committed Jul 4, 2024
1 parent ff8e061 commit 8e4312b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,10 @@ private function buildQueries(array $objectIdTags): array
$servicesQuery = Service::on($this->getDb())
->with('host')
->columns([
'service.id',
'service.name',
'service.display_name',
'host.id',
'host.name',
'host.display_name',
])
Expand Down

0 comments on commit 8e4312b

Please sign in to comment.