mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
069fcc40ea
commit
fc35f3e46b
@ -284,6 +284,11 @@ class FilterEditor extends AbstractWidget
|
||||
if ($add) {
|
||||
$this->addFilterToId($add);
|
||||
}
|
||||
|
||||
if ($request->isGet()) {
|
||||
$this->query->applyFilter($this->getFilter());
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
@ -625,7 +625,6 @@ class Monitoring_ListController extends Controller
|
||||
->ignoreParams('page')
|
||||
->setSearchColumns($dataView->getSearchColumns())
|
||||
->handleRequest($this->getRequest());
|
||||
$dataView->applyFilter($editor->getFilter());
|
||||
|
||||
$this->setupFilterControl($editor);
|
||||
$this->view->filter = $editor->getFilter();
|
||||
|
Loading…
x
Reference in New Issue
Block a user