mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
Controller: Don't add redundant parentheses when applying new filters
This commit is contained in:
parent
8998f5ad8f
commit
4c6e999fd3
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ class Controller extends CompatController
|
|||
|
||||
$editor->on(FilterEditor::ON_SUCCESS, function (FilterEditor $form) use ($requestUrl) {
|
||||
$this->getResponse()->redirectAndExit(
|
||||
$requestUrl->setParams([])->addFilter($form->assembleFilter())
|
||||
$requestUrl->setQueryString($form->assembleFilter()->toQueryString())
|
||||
);
|
||||
})->handleRequest(ServerRequest::fromGlobals());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue