list/services: Avoid duplicates when filtering contact(group)s
fixes #4238
This commit is contained in:
parent
0b94489c7e
commit
fbacd3db36
|
@ -21,7 +21,7 @@ class ServicestatusQuery extends IdoQuery
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
protected $groupOrigin = array('hostgroups', 'servicegroups');
|
protected $groupOrigin = array('hostgroups', 'servicegroups', 'contacts', 'contactgroups');
|
||||||
|
|
||||||
protected $subQueryTargets = array(
|
protected $subQueryTargets = array(
|
||||||
'hostgroups' => 'hostgroup',
|
'hostgroups' => 'hostgroup',
|
||||||
|
|
Loading…
Reference in New Issue