ObjectController: autorefresh history
This commit is contained in:
parent
6e5fa49e1a
commit
83b85a1868
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue