mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Revert "Eventgrid: Fetch the user's filter directly from the URL"
This reverts commit ad20d35e78198adec6978369f86cdf08514a55b1. I'm not sure what was intended to achieve w/ this commit. fixes #10917
This commit is contained in:
parent
999725e605
commit
8b03a647ba
@ -68,7 +68,7 @@ foreach ($summary as $entry) {
|
||||
Filter::expression('timestamp', '<', strtotime($day . ' 23:59:59')),
|
||||
Filter::expression('timestamp', '>', strtotime($day . ' 00:00:00')),
|
||||
$form->getFilter(),
|
||||
Filter::fromQueryString($this->url()->getParams()->toString())
|
||||
$filter
|
||||
);
|
||||
$data[$day] = array(
|
||||
'value' => $value,
|
||||
|
Loading…
x
Reference in New Issue
Block a user