fix: unbreakable space for better look in filters
This commit is contained in:
parent
40b5eb5ea7
commit
6240d54fd4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module AddressableColumnConcern
|
||||||
table:,
|
table:,
|
||||||
displayable: false,
|
displayable: false,
|
||||||
column: stable_id,
|
column: stable_id,
|
||||||
label: "#{libelle} – code postal (5 chiffres)",
|
label: "#{libelle} – code postal (5 chiffres)",
|
||||||
type: :text,
|
type: :text,
|
||||||
value_column: ['postal_code']
|
value_column: ['postal_code']
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue