|
|
|
@ -3,7 +3,7 @@ class Form::Lettings::Questions::LocationIdSearch < ::Form::Question |
|
|
|
super |
|
|
|
super |
|
|
|
@id = "location_id" |
|
|
|
@id = "location_id" |
|
|
|
@type = "select" |
|
|
|
@type = "select" |
|
|
|
@hint = I18n.t("forms.#{form.start_date.year}.#{copy_key}.search_hint_text", default: "") |
|
|
|
@hint = I18n.t("forms.#{form.start_date.year}.#{copy_key}.search_hint_text", default: "") if form.start_date.present? |
|
|
|
@answer_options = answer_options |
|
|
|
@answer_options = answer_options |
|
|
|
@inferred_answers = { |
|
|
|
@inferred_answers = { |
|
|
|
"location.name": { |
|
|
|
"location.name": { |
|
|
|
|