Use the helper to setup the FilterEditor widget

refs #7876
This commit is contained in:
Johannes Meyer 2015-04-17 16:21:14 +02:00
parent 14a555629d
commit dbf471feac
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ class Monitoring_ListController extends Controller
->handleRequest($this->getRequest());
$query->applyFilter($editor->getFilter());
$this->view->filterEditor = $editor;
$this->setupFilterControl($editor);
$this->view->filter = $editor->getFilter();
if ($sort = $this->params->get('sort')) {