mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
list/eventgrid: use filter, not filterEditor
This commit is contained in:
parent
c74f7531dc
commit
42a8352a8f
@ -396,7 +396,8 @@ class Monitoring_ListController extends Controller
|
|||||||
array('day', $form->getValue('state'))
|
array('day', $form->getValue('state'))
|
||||||
);
|
);
|
||||||
$this->params->remove(array('objecttype', 'from', 'to', 'state', 'btn_submit'));
|
$this->params->remove(array('objecttype', 'from', 'to', 'state', 'btn_submit'));
|
||||||
$this->filterQuery($query);
|
$this->view->filter = Filter::fromQuerystring((string) $this->params);
|
||||||
|
$query->applyFilter($this->view->filter);
|
||||||
$this->view->summary = $query->getQuery()->fetchAll();
|
$this->view->summary = $query->getQuery()->fetchAll();
|
||||||
$this->view->column = $form->getValue('state');
|
$this->view->column = $form->getValue('state');
|
||||||
// $this->view->orientationBox = $orientationBox;
|
// $this->view->orientationBox = $orientationBox;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user