list/eventgrid: use filter, not filterEditor

This commit is contained in:
Thomas Gelf 2014-11-19 12:07:40 +01:00
parent c74f7531dc
commit 42a8352a8f
1 changed files with 2 additions and 1 deletions

View File

@ -396,7 +396,8 @@ class Monitoring_ListController extends Controller
array('day', $form->getValue('state'))
);
$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->column = $form->getValue('state');
// $this->view->orientationBox = $orientationBox;