From c17334deeeb6196c7f6cefa3746baef854cf8a0e Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 29 May 2015 11:42:05 +0200 Subject: [PATCH] monitoring: Support restricting the downtimes overview refs #9009 --- modules/monitoring/application/controllers/ListController.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 197bf5b69..816aeb153 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -249,6 +249,9 @@ class Monitoring_ListController extends Controller 'service_display_name' )); $this->filterQuery($query); + + $this->applyRestriction('monitoring/filter/objects', $query); + $this->view->downtimes = $query; $this->setupLimitControl();