Skip to content

Commit

Permalink
ListController: Restrict the eventgridAction
Browse files Browse the repository at this point in the history
refs #9009
  • Loading branch information
Johannes Meyer committed Jun 12, 2015
1 parent 470c4a5 commit d5ade9a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -378,6 +378,7 @@ public function eventgridAction()
$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;
Expand Down

0 comments on commit d5ade9a

Please sign in to comment.