ObjectController: autorefresh history

This commit is contained in:
Thomas Gelf 2016-03-16 23:22:43 +01:00
parent 6e5fa49e1a
commit 83b85a1868
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ abstract class ObjectController extends ActionController
public function historyAction()
{
$this->setAutorefreshInterval(10);
$db = $this->db();
$type = $this->getType();
$this->getTabs()->activate('history');