From 8b03a647ba1bcbee87519b81415363eb40842886 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 5 Jan 2016 10:59:32 +0100 Subject: [PATCH] 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 --- .../monitoring/application/views/scripts/list/eventgrid.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/list/eventgrid.phtml b/modules/monitoring/application/views/scripts/list/eventgrid.phtml index deea5e40c..37024b841 100644 --- a/modules/monitoring/application/views/scripts/list/eventgrid.phtml +++ b/modules/monitoring/application/views/scripts/list/eventgrid.phtml @@ -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,