stay the old way for the moment ?
This commit is contained in:
parent
ef63579e2e
commit
61051771a7
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ module FacetsConcern
|
||||||
column: tdc.stable_id.to_s,
|
column: tdc.stable_id.to_s,
|
||||||
label: path_struct[:libelle],
|
label: path_struct[:libelle],
|
||||||
type: TypeDeChamp.filter_hash_type(tdc.type_champ),
|
type: TypeDeChamp.filter_hash_type(tdc.type_champ),
|
||||||
value_column: path_struct[:path]
|
value_column: TypeDeChamp.filter_hash_value_column(type_champ)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue