From 2669d0e478e14c12c50176c65edf55de2ab84542 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 8 Jun 2015 17:10:16 +0200 Subject: [PATCH] monitoring: Restrict the notification overview refs #9009 --- modules/monitoring/application/controllers/ListController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 4337b9f61..3254fcc12 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -295,6 +295,7 @@ class Monitoring_ListController extends Controller 'host_display_name', 'service_display_name' )); + $this->applyRestriction('monitoring/filter/objects', $query); $this->filterQuery($query); $this->view->notifications = $query;