From fbacd3db36a02237c03ef1ee2fcc0be1b92f2b57 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 16 Nov 2020 13:10:24 +0100 Subject: [PATCH] list/services: Avoid duplicates when filtering contact(group)s fixes #4238 --- .../library/Monitoring/Backend/Ido/Query/ServicestatusQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicestatusQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicestatusQuery.php index 4a59d54d6..c18c21efb 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicestatusQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicestatusQuery.php @@ -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',