ListController: Restrict the eventgridAction

refs #9009
This commit is contained in:
Johannes Meyer 2015-06-12 16:27:34 +02:00
parent 470c4a54a3
commit d5ade9ae74
1 changed files with 1 additions and 0 deletions

View File

@ -378,6 +378,7 @@ class Monitoring_ListController extends Controller
$this->params->remove(array('objecttype', 'from', 'to', 'state', 'btn_submit'));
$this->view->filter = Filter::fromQuerystring((string) $this->params);
$query->applyFilter($this->view->filter);
$this->applyRestriction('monitoring/filter/objects', $query);
$this->view->summary = $query->getQuery()->fetchAll();
$this->view->column = $form->getValue('state');
// $this->view->orientationBox = $orientationBox;