mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
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…
x
Reference in New Issue
Block a user