Browse Source

bulk upload error shows correct question

- depending on log type it will show relevant question for the field
  concerned
pull/1148/head
Phil Lee 3 years ago
parent
commit
ac9cd60b58
  1. 4
      app/services/bulk_upload/sales_validator.rb

4
app/services/bulk_upload/sales_validator.rb

@ -126,4 +126,8 @@ class BulkUpload::SalesValidator
field_124: "Was a mortgage used for the purchase of this property? - Discounted ownership",
field_125: "Was a mortgage used for the purchase of this property? - Outright sale",
}.freeze
def self.question_for_field(field)
QUESTIONS[field]
end
end

Loading…
Cancel
Save