mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
Controller: Only keep preserved params for the searchbar action
fixes #431
This commit is contained in:
parent
65cc852eb7
commit
832b8fe8b9
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class Controller extends CompatController
|
|||
|
||||
$searchBar = new SearchBar();
|
||||
$searchBar->setFilter($filter);
|
||||
$searchBar->setAction($requestUrl->getAbsoluteUrl());
|
||||
$searchBar->setAction($redirectUrl->getAbsoluteUrl());
|
||||
$searchBar->setIdProtector([$this->getRequest(), 'protectId']);
|
||||
|
||||
if (method_exists($this, 'completeAction')) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue