From 173db6ad38f8286db3953e5965af37b0f2d953c4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 15 Dec 2020 18:37:26 +0100 Subject: Fix null -> "" errors - fix tests --- ishtar_common/fixtures/initial_data-fr.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ishtar_common/fixtures/initial_data-fr.json') diff --git a/ishtar_common/fixtures/initial_data-fr.json b/ishtar_common/fixtures/initial_data-fr.json index 7e6b8446c..214fa4327 100644 --- a/ishtar_common/fixtures/initial_data-fr.json +++ b/ishtar_common/fixtures/initial_data-fr.json @@ -1267,7 +1267,7 @@ "fields": { "label": "Sauvetage urgent", "txt_idx": "emergency_excavation", - "comment": null, + "comment": "", "available": true, "order": 1, "preventive": true @@ -1278,7 +1278,7 @@ "fields": { "label": "Fouille ancienne", "txt_idx": "ancient_excavation", - "comment": null, + "comment": "", "available": true, "order": 1, "preventive": true @@ -1322,7 +1322,7 @@ "fields": { "label": "Prospection d\u00e9tecteur de m\u00e9taux", "txt_idx": "metal_detector_prospection", - "comment": null, + "comment": "", "available": true, "order": 1, "preventive": false @@ -1333,7 +1333,7 @@ "fields": { "label": "Relev\u00e9 d'art rupestre", "txt_idx": "cave_art_record", - "comment": null, + "comment": "", "available": true, "order": 1, "preventive": false @@ -1388,7 +1388,7 @@ "fields": { "label": "Diagnostic arch\u00e9ologique (programm\u00e9)", "txt_idx": "arch_diagnostic_research", - "comment": null, + "comment": "", "available": true, "order": 1, "preventive": false @@ -1421,7 +1421,7 @@ "fields": { "label": "M.", "txt_idx": "mr", - "comment": null, + "comment": "", "available": true } }, @@ -1457,7 +1457,7 @@ "fields": { "label": "Dr.", "txt_idx": "dr", - "comment": null, + "comment": "", "available": true } }, -- cgit v1.2.3