From 7a243a0655cee322d21e0d36d0963aaab4b2a35e Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 1 Dec 2014 13:45:25 +0100 Subject: [PATCH] Fix the event overview throwing an exception when trying to modify a filter --- modules/monitoring/application/controllers/ListController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 21c808e5e..1a37c6ee5 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -602,9 +602,8 @@ class Monitoring_ListController extends Controller 'service' )); - $this->applyFilter($query); - $this->filterQuery($query); + $this->setupSortControl(array( 'timestamp' => 'Occurence' ));