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