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