mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-09 17:20:10 +02:00
parent
235e75d054
commit
ee60a8df99
@ -447,7 +447,9 @@ class ActionController extends Zend_Controller_Action
|
|||||||
public function preDispatch()
|
public function preDispatch()
|
||||||
{
|
{
|
||||||
$form = new AutoRefreshForm();
|
$form = new AutoRefreshForm();
|
||||||
|
if (! $this->getRequest()->isApiRequest()) {
|
||||||
$form->handleRequest();
|
$form->handleRequest();
|
||||||
|
}
|
||||||
$this->_helper->layout()->autoRefreshForm = $form;
|
$this->_helper->layout()->autoRefreshForm = $form;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user