Revert "Eventgrid: Fetch the user's filter directly from the URL"
This reverts commit ad20d35e78
.
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…
Reference in New Issue