FIX: displays selection text when no default_notification_level is set (#8962)

This commit is contained in:
Joffrey JAFFEUX 2020-02-13 23:45:03 +01:00 committed by GitHub
parent 6405159484
commit 149196b9ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -90,7 +90,12 @@
<div class="control-group">
<label>{{i18n 'groups.notification_level'}}</label>
{{notifications-button i18nPrefix='groups.notifications'
value=model.default_notification_level
class="groups-form-default-notification-level"}}
{{notifications-button
value=model.default_notification_level
class="groups-form-default-notification-level"
options=(hash
none="select_kit.default_header_text"
i18nPrefix="groups.notifications"
)
}}
</div>