From 1a08102531af2648deb4ed551cd04d5e5883ce2e Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 15 Jun 2015 15:14:09 +0200 Subject: [PATCH] ListController: Apply contactgroup restrictions after the filter editor --- 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 230fac50e..7399487ea 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -390,8 +390,8 @@ class Monitoring_ListController extends Controller 'contact_email', 'contact_pager' )); - $this->applyRestriction('monitoring/filter/objects', $query); $this->filterQuery($query); + $this->applyRestriction('monitoring/filter/objects', $query); $this->setupSortControl(array( 'contactgroup_name' => $this->translate('Contactgroup Name'),