From cf997e998fedfb82b72cc2e61ec81ce47e458e88 Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Fri, 26 Sep 2014 14:59:06 +0200 Subject: [PATCH] Fix eventhistory sort oder fixes #7267 --- modules/monitoring/application/controllers/ListController.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 5096d4180..f087faa88 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -526,6 +526,10 @@ class Monitoring_ListController extends Controller public function eventhistoryAction() { + if ($url = $this->hasBetterUrl()) { + return $this->redirectNow($url); + } + $this->addTitleTab('eventhistory'); $query = $this->backend->select()->from('eventHistory', array( 'host_name',