diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 9a6f986b1..25f184308 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -579,6 +579,7 @@ class Monitoring_ListController extends Controller 'type' )); + $this->applyRestriction('monitoring/filter/objects', $query); $this->filterQuery($query); $this->view->history = $query;