Merge pull request #10769 from colinux/typo-region
ETQ instructeur, corrections de typos dans les sous-filtres SIRET
This commit is contained in:
commit
4e1e189989
3 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ type Address {
|
||||||
postalCode: String!
|
postalCode: String!
|
||||||
|
|
||||||
"""
|
"""
|
||||||
n° de region
|
n° de région
|
||||||
"""
|
"""
|
||||||
regionCode: String
|
regionCode: String
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ module Types
|
||||||
field :department_code, String, "n° de département", null: true
|
field :department_code, String, "n° de département", null: true
|
||||||
|
|
||||||
field :region_name, String, "nom de région", null: true
|
field :region_name, String, "nom de région", null: true
|
||||||
field :region_code, String, "n° de region", null: true
|
field :region_code, String, "n° de région", null: true
|
||||||
|
|
||||||
field :geometry, Types::GeoJSON, "coordonnées géographique", null: true
|
field :geometry, Types::GeoJSON, "coordonnées géographique", null: true
|
||||||
|
|
||||||
|
|
|
@ -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']
|
||||||
),
|
),
|
||||||
|
@ -34,7 +34,7 @@ module AddressableColumnConcern
|
||||||
table:,
|
table:,
|
||||||
displayable: false,
|
displayable: false,
|
||||||
column: stable_id,
|
column: stable_id,
|
||||||
label: "#{libelle} – region",
|
label: "#{libelle} – région",
|
||||||
type: :enum,
|
type: :enum,
|
||||||
value_column: ['region_name']
|
value_column: ['region_name']
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue