From de00a1998e450207cc99e1cb75f01f5b627887a8 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 21 Aug 2015 11:20:56 +0200 Subject: [PATCH] monitoring: Apply restriction on the service grid before calling filterQuery which also handles format refs #9965 --- modules/monitoring/application/controllers/ListController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index e6add2f4a..d5dc930f5 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -564,8 +564,8 @@ class Monitoring_ListController extends Controller 'service_output', 'service_handled' )); - $this->filterQuery($query); $this->applyRestriction('monitoring/filter/objects', $query); + $this->filterQuery($query); $this->setupSortControl(array( 'host_name' => $this->translate('Hostname'), 'service_description' => $this->translate('Service description')