Fixed chore edit form - period type hint did not work (references #151)

This commit is contained in:
Bernd Bestel
2019-05-04 15:40:26 +02:00
parent fe8bb43996
commit 98fcd767b3
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
'min' => '0',
'additionalCssClasses' => 'input-group-chore-period-type',
'invalidFeedback' => $__t('This cannot be negative'),
'hintId' => 'chore-period-type-info',
'additionalHtmlElements' => '<span id="chore-period-type-info" class="small text-muted"></span>',
'additionalGroupCssClasses' => 'period-type-input period-type-dynamic-regular period-type-monthly'
))