mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +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\')'
|
'object_type' => '(\'service\')'
|
||||||
));
|
));
|
||||||
$union = $this->db->select()->union(array($hosts, $services), Zend_Db_Select::SQL_UNION_ALL);
|
$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(
|
$this->joinedVirtualTables = array(
|
||||||
'servicestatussummary' => true,
|
'servicestatussummary' => true,
|
||||||
'hoststatussummary' => true
|
'hoststatussummary' => true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user