Fix autosubmit of Icinga\Form\Config\General\LoggingConfigForm

This commit is contained in:
Johannes Meyer 2014-09-17 09:43:10 +02:00
parent c772787967
commit 80c42ce499
1 changed files with 1 additions and 1 deletions

View File

@ -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(