From bd41839a19300179ba0ec8a0124052cafb5f24b1 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 15 Jun 2015 16:06:13 +0200 Subject: [PATCH] ServicesController: Restrict the display of multiple services refs #9009 --- .../monitoring/application/controllers/ServicesController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/application/controllers/ServicesController.php b/modules/monitoring/application/controllers/ServicesController.php index 1e2bd8912..a8d7bf16b 100644 --- a/modules/monitoring/application/controllers/ServicesController.php +++ b/modules/monitoring/application/controllers/ServicesController.php @@ -30,6 +30,7 @@ class Monitoring_ServicesController extends Controller $serviceList->setFilter(Filter::fromQueryString( (string) $this->params->without(array('service_problem', 'service_handled', 'view')) )); + $this->applyRestriction('monitoring/filter/objects', $serviceList); $this->serviceList = $serviceList; $this->view->listAllLink = Url::fromRequest()->setPath('monitoring/list/services'); $this->getTabs()->add(