mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
parent
b4afdf4115
commit
dda390b3d8
@ -121,6 +121,8 @@ class HostcontactQuery extends IdoQuery
|
||||
*/
|
||||
protected function joinHostgroups()
|
||||
{
|
||||
$this->requireVirtualTable('hosts');
|
||||
|
||||
$this->select->joinLeft(
|
||||
['hgm' => $this->prefix . 'hostgroup_members'],
|
||||
'hgm.host_object_id = ho.object_id',
|
||||
|
Loading…
x
Reference in New Issue
Block a user