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:
Eric Lippmann 2016-01-05 10:59:32 +01:00
parent 999725e605
commit 8b03a647ba
1 changed files with 1 additions and 1 deletions

View File

@ -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,