diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicecommentQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicecommentQuery.php index 655f0c0cc..40b6e805f 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicecommentQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicecommentQuery.php @@ -106,7 +106,7 @@ class ServicecommentQuery extends IdoQuery 'hgo.objecttype_id = ?', 3 ); - $this->distinct(); + $this->group(array('so.name2', 'so.name1')); } /** @@ -160,7 +160,7 @@ class ServicecommentQuery extends IdoQuery 'sgo.objecttype_id = ?', 4 ); - $this->distinct(); + $this->group(array('so.name2', 'so.name1')); } /**