Merge branch 'main' into prefill/siret

This commit is contained in:
Sébastien Carceles 2023-02-27 14:13:03 +01:00 committed by GitHub
commit e16f2bc39d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -336,7 +336,7 @@ class ProcedurePresentation < ApplicationRecord
end
end
else
TypeDeChamp.find_by(stable_id: field['column']).options_for_select
find_type_de_champ(field['column']).options_for_select
end
end