From c7f7931af67d771abdb05a545d074ea146e3297f Mon Sep 17 00:00:00 2001 From: nobohan Date: Wed, 15 Sep 2021 10:17:05 +0200 Subject: [PATCH] =?UTF-8?q?correction=20formulaire=20pour=20les=20esp?= =?UTF-8?q?=C3=A8ces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fixtures/forms/arbres.json | 2 +- fixtures/forms/haies.json | 6 +++--- fixtures/forms/polygons.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fixtures/forms/arbres.json b/fixtures/forms/arbres.json index ffab361..58f23fa 100644 --- a/fixtures/forms/arbres.json +++ b/fixtures/forms/arbres.json @@ -27,7 +27,7 @@ "espece": { "title": "Espèce", "description": "Nom de l'espèce d'arbre. À déterminer avec une appli tierce (PlantNet) ou en consultant le tuto dans la section « à propos »", - "type": "integer" + "type": "string" }, "remarques": { "title": "Remarques", diff --git a/fixtures/forms/haies.json b/fixtures/forms/haies.json index 91e6751..eed9d73 100644 --- a/fixtures/forms/haies.json +++ b/fixtures/forms/haies.json @@ -37,17 +37,17 @@ "espece_1": { "title": "Espèce principale 1", "description": "À déterminer avec une appli tierce (PlantNet) ou en consultant le tuto dans la section « à propos »", - "type": "integer" + "type": "string" }, "espece_2": { "title": "Espèce principale 2", "description": "À déterminer avec une appli tierce (PlantNet) ou en consultant le tuto dans la section « à propos »", - "type": "integer" + "type": "string" }, "espece_3": { "title": "Espèce principale 3", "description": "À déterminer avec une appli tierce (PlantNet) ou en consultant le tuto dans la section « à propos »", - "type": "integer" + "type": "string" }, "autres_especes": { "title": "Autres espèces", diff --git a/fixtures/forms/polygons.json b/fixtures/forms/polygons.json index 67d9e5d..06a07d8 100644 --- a/fixtures/forms/polygons.json +++ b/fixtures/forms/polygons.json @@ -32,17 +32,17 @@ "espece_1": { "title": "Espèce principale 1", "description": "À déterminer avec une appli tierce (PlantNet) ou en consultant le tuto dans la section « à propos »", - "type": "integer" + "type": "string" }, "espece_2": { "title": "Espèce principale 2", "description": "À déterminer avec une appli tierce (PlantNet) ou en consultant le tuto dans la section « à propos »", - "type": "integer" + "type": "string" }, "espece_3": { "title": "Espèce principale 3", "description": "À déterminer avec une appli tierce (PlantNet) ou en consultant le tuto dans la section « à propos »", - "type": "integer" + "type": "string" }, "autres_especes": { "title": "Autres espèces",