mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
monitoring: Fix call for getting the URL parameters in DataView::handleRequest()
refs #9967
This commit is contained in:
parent
71ff4512c3
commit
432abb1d33
@ -637,7 +637,7 @@ abstract class DataView implements QueryInterface, SortRules, FilterColumns, Ite
|
|||||||
*/
|
*/
|
||||||
public function handleRequest(Request $request)
|
public function handleRequest(Request $request)
|
||||||
{
|
{
|
||||||
$params = $request->getUrlParams();
|
$params = $request->getUrl()->getParams();
|
||||||
$this->applyFilter(Filter::fromQuerystring((string) $params));
|
$this->applyFilter(Filter::fromQuerystring((string) $params));
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user