0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-09 20:02:54 +01:00
Dieser Commit ist enthalten in:
Angus McLeod 2018-07-04 13:48:03 +10:00
Ursprung 33792e4d35
Commit c098a24cb3

Datei anzeigen

@ -148,7 +148,7 @@ class CustomWizard::Builder
params[:value] = standardise_boolean(params[:value]) params[:value] = standardise_boolean(params[:value])
end end
step.add_field(params) field = step.add_field(params)
if field_template['type'] === 'dropdown' if field_template['type'] === 'dropdown'
build_dropdown_list(field, field_template) build_dropdown_list(field, field_template)