Fix autosubmit of Icinga\Form\Config\General\LoggingConfigForm
This commit is contained in:
parent
c772787967
commit
80c42ce499
|
@ -44,7 +44,7 @@ class LoggingConfigForm extends Form
|
|||
'logging_type',
|
||||
array(
|
||||
'required' => true,
|
||||
'class' => 'autosubmit',
|
||||
'autosubmit' => true,
|
||||
'label' => t('Logging Type'),
|
||||
'description' => t('The type of logging to utilize.'),
|
||||
'multiOptions' => array(
|
||||
|
|
Loading…
Reference in New Issue