fix prefill same name field

pull/493/head
Pete Matsyburka 6 months ago
parent 3166defa1a
commit 87265e2f22

@ -52,12 +52,12 @@ module Submitters
attachments.push(*new_attachments) attachments.push(*new_attachments)
value = new_value acc[field['uuid']] = normalize_value(field, new_value)
end else
acc[field['uuid']] = normalize_value(field, value) acc[field['uuid']] = normalize_value(field, value)
end end
end end
end
[normalized_values, attachments] [normalized_values, attachments]
end end

Loading…
Cancel
Save