stay the old way for the moment ?

This commit is contained in:
simon lehericey 2024-07-21 21:11:44 +02:00 committed by mfo
parent ef63579e2e
commit 61051771a7
No known key found for this signature in database
GPG key ID: 7CE3E1F5B794A8EC

View file

@ -83,7 +83,7 @@ module FacetsConcern
column: tdc.stable_id.to_s,
label: path_struct[:libelle],
type: TypeDeChamp.filter_hash_type(tdc.type_champ),
value_column: path_struct[:path]
value_column: TypeDeChamp.filter_hash_value_column(type_champ)
)
end
end