HostserviceproblemsummaryQuery: Group by "so.name1"
fixes #10589 refs #10490
This commit is contained in:
parent
7f5118a06a
commit
ad5a43ce7b
|
@ -75,7 +75,7 @@ class HostserviceproblemsummaryQuery extends IdoQuery
|
||||||
's.service_object_id = so.object_id AND so.is_active = 1',
|
's.service_object_id = so.object_id AND so.is_active = 1',
|
||||||
array()
|
array()
|
||||||
);
|
);
|
||||||
$this->select->group(array('s.host_object_id'));
|
$this->select->group('so.name1');
|
||||||
$this->joinedVirtualTables['services'] = true;
|
$this->joinedVirtualTables['services'] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue