ListController: Restrict eventhistoryAction

refs 9009
This commit is contained in:
Johannes Meyer 2015-06-12 12:52:29 +02:00
parent 528df1b26a
commit 76b17462f9

View File

@ -579,6 +579,7 @@ class Monitoring_ListController extends Controller
'type' 'type'
)); ));
$this->applyRestriction('monitoring/filter/objects', $query);
$this->filterQuery($query); $this->filterQuery($query);
$this->view->history = $query; $this->view->history = $query;