fix(filter): fix find type de champ by stable_id

This commit is contained in:
Paul Chavard 2023-02-24 13:32:46 +01:00
parent 3b51654024
commit 531c5ec056

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