mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
Revert "monitoring: Fix call for getting the URL parameters in DataView::handleRequest()"
This reverts commit 432abb1d33fb10dea69d5308eb2c85670a7db2d7. refs #9967
This commit is contained in:
parent
0abd2afb0e
commit
f12c740046
@ -637,7 +637,7 @@ abstract class DataView implements QueryInterface, SortRules, FilterColumns, Ite
|
|||||||
*/
|
*/
|
||||||
public function handleRequest(Request $request)
|
public function handleRequest(Request $request)
|
||||||
{
|
{
|
||||||
$params = $request->getUrl()->getParams();
|
$params = $request->getUrlParams();
|
||||||
$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