mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
StatusSummaryQuery: Rename baseQuery to select
This commit is contained in:
parent
2ba1ef4793
commit
734c329caa
@ -179,7 +179,7 @@ class StatusSummaryQuery extends IdoQuery
|
||||
'object_type' => '(\'service\')'
|
||||
));
|
||||
$union = $this->db->select()->union(array($hosts, $services), Zend_Db_Select::SQL_UNION_ALL);
|
||||
$this->baseQuery = $this->db->select()->from(array('statussummary' => $union), array());
|
||||
$this->select->from(array('statussummary' => $union), array());
|
||||
$this->joinedVirtualTables = array(
|
||||
'servicestatussummary' => true,
|
||||
'hoststatussummary' => true
|
||||
|
Loading…
x
Reference in New Issue
Block a user