From d0a7c481c2bf136257ebb9dba184be0b0c8840e9 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 16 Jun 2015 17:16:59 +0200 Subject: [PATCH] MonitoredObjectController: Restrict the historyAction refs #9009 --- .../Monitoring/Web/Controller/MonitoredObjectController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php b/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php index e51609f4a..ac903207e 100644 --- a/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php +++ b/modules/monitoring/library/Monitoring/Web/Controller/MonitoredObjectController.php @@ -100,6 +100,7 @@ abstract class MonitoredObjectController extends Controller { $this->getTabs()->activate('history'); $this->view->history = $this->object->fetchEventHistory()->eventhistory; + $this->applyRestriction('monitoring/filter/objects', $this->view->history); $this->setupLimitControl(50); $this->setupPaginationControl($this->view->history, 50);