fix(filter): fix find type de champ by stable_id
This commit is contained in:
parent
3b51654024
commit
531c5ec056
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ class ProcedurePresentation < ApplicationRecord
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
TypeDeChamp.find_by(stable_id: field['column']).options_for_select
|
find_type_de_champ(field['column']).options_for_select
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue