diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-12-15 18:37:26 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:22 +0100 |
| commit | c909dc8902c4fe51394982146c133eaa85c277a0 (patch) | |
| tree | 803e5d2cfbf1ba8e4b4dc818027c83d8ce81516b /ishtar_common/fixtures/initial_data-fr.json | |
| parent | 20a9a040b572911462817806ec38d19e1a6b7e13 (diff) | |
| download | Ishtar-c909dc8902c4fe51394982146c133eaa85c277a0.tar.bz2 Ishtar-c909dc8902c4fe51394982146c133eaa85c277a0.zip | |
Fix null -> "" errors - fix tests
Diffstat (limited to 'ishtar_common/fixtures/initial_data-fr.json')
| -rw-r--r-- | ishtar_common/fixtures/initial_data-fr.json | 14 |
1 files changed, 7 insertions, 7 deletions
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 } }, |
