mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user