Allow access to generated object history SQL query

This commit is contained in:
Thomas Gelf 2014-03-07 09:07:54 +00:00
parent 067fa02263
commit fc85dface1
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ class Monitoring_ShowController extends Controller
$this->getTabs()->activate('history');
$this->view->object->populate();
$this->view->object->fetchEventHistory();
$this->handleFormatRequest($this->view->object->eventhistory);
$this->view->history = $this->view->object->eventhistory->limit(20)->paginate();
}