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 
This commit is contained in:
Eric Lippmann 2016-01-05 10:59:32 +01:00
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,