mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
FilterEditor: handle ignoreParams correctly
This commit is contained in:
parent
42e0818fdb
commit
5630374058
@ -110,7 +110,7 @@ class FilterEditor extends AbstractWidget
|
||||
|
||||
public function handleRequest($request)
|
||||
{
|
||||
$this->setUrl($request->getUrl());
|
||||
$this->setUrl($request->getUrl()->without($this->ignoreParams));
|
||||
$params = $this->url()->getParams();
|
||||
|
||||
$preserve = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user