mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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}
|
||||
*/
|
||||
protected $groupOrigin = array('hostgroups', 'servicegroups');
|
||||
protected $groupOrigin = array('hostgroups', 'servicegroups', 'contacts', 'contactgroups');
|
||||
|
||||
protected $subQueryTargets = array(
|
||||
'hostgroups' => 'hostgroup',
|
||||
|
Loading…
x
Reference in New Issue
Block a user