Skip to content

Commit

Permalink
monitoring/show: handle format=sql after pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Sep 2, 2014
1 parent 62c0f0b commit 8a5e274
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -89,9 +89,8 @@ public function historyAction()
$this->getTabs()->activate('history');
//$this->view->object->populate();
$this->view->object->fetchEventHistory();
$this->view->history = $this->view->object->eventhistory->paginate($this->params->get('limit', 50));
$this->handleFormatRequest($this->view->object->eventhistory);
$this->view->history = $this->view->object->eventhistory
->paginate($this->params->get('limit', 50));
}

public function servicesAction()
Expand Down

0 comments on commit 8a5e274

Please sign in to comment.