MonitoredObjectController: Restrict the historyAction

refs #9009
This commit is contained in:
Johannes Meyer 2015-06-16 17:16:59 +02:00
parent e8058c09c5
commit d0a7c481c2
1 changed files with 1 additions and 0 deletions

View File

@ -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);