mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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)
|
public function handleRequest($request)
|
||||||
{
|
{
|
||||||
$this->setUrl($request->getUrl());
|
$this->setUrl($request->getUrl()->without($this->ignoreParams));
|
||||||
$params = $this->url()->getParams();
|
$params = $this->url()->getParams();
|
||||||
|
|
||||||
$preserve = array();
|
$preserve = array();
|
||||||
@ -612,4 +612,4 @@ class FilterEditor extends AbstractWidget
|
|||||||
return 'ERROR in FilterEditor: ' . $e->getMessage();
|
return 'ERROR in FilterEditor: ' . $e->getMessage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user