Merge branch 'develop' of github.com:martini/zammad into develop
This commit is contained in:
commit
5a324c595c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Index extends App.Controller
|
||||||
for locale in locales
|
for locale in locales
|
||||||
options[locale.locale] = locale.name
|
options[locale.locale] = locale.name
|
||||||
configure_attributes = [
|
configure_attributes = [
|
||||||
{ name: 'locale', display: '', tag: 'select', null: false, class: 'input', options: options, default: App.i18n.get() },
|
{ name: 'locale', display: '', tag: 'searchable_select', null: false, class: 'input', options: options, default: App.i18n.get() },
|
||||||
]
|
]
|
||||||
|
|
||||||
@form = new App.ControllerForm(
|
@form = new App.ControllerForm(
|
||||||
|
|
Loading…
Reference in a new issue