Show notifications before any other event in the history views
This commit is contained in:
parent
f80a61d9e5
commit
54f9c68887
|
@ -59,12 +59,12 @@ class EventhistoryQuery extends IdoQuery
|
|||
'service_display_name'
|
||||
);
|
||||
$this->subQueries = array(
|
||||
$this->createSubQuery('Notificationhistory', $columns),
|
||||
$this->createSubQuery('Statehistory', $columns),
|
||||
$this->createSubQuery('Downtimestarthistory', $columns),
|
||||
$this->createSubQuery('Downtimeendhistory', $columns),
|
||||
$this->createSubQuery('Commenthistory', $columns),
|
||||
$this->createSubQuery('Commentdeletionhistory', $columns),
|
||||
$this->createSubQuery('Notificationhistory', $columns),
|
||||
$this->createSubQuery('Flappingstarthistory', $columns),
|
||||
$this->createSubQuery('Flappingendhistory', $columns)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue