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