From 5f517e24f271b752c01e3de192682426f98daf9e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 13 Aug 2017 15:00:43 +0200 Subject: Fixture: fix unit order (child before parents) --- .../fixtures/initial_data-fr.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/archaeological_context_records/fixtures/initial_data-fr.json b/archaeological_context_records/fixtures/initial_data-fr.json index 8b6a2ab38..865e4217f 100644 --- a/archaeological_context_records/fixtures/initial_data-fr.json +++ b/archaeological_context_records/fixtures/initial_data-fr.json @@ -199,14 +199,12 @@ }, { "fields": { - "comment": "Cette unit\u00e9 n'a pas de volume.", + "comment": "", "available": true, - "parent": [ - "stratigraphic-unit" - ], - "label": "N\u00e9gative", + "parent": null, + "label": "US", "order": 100, - "txt_idx": "negative" + "txt_idx": "stratigraphic-unit" }, "model": "archaeological_context_records.unit" }, @@ -300,12 +298,14 @@ }, { "fields": { - "comment": "", + "comment": "Cette unit\u00e9 n'a pas de volume.", "available": true, - "parent": null, - "label": "US", + "parent": [ + "stratigraphic-unit" + ], + "label": "N\u00e9gative", "order": 100, - "txt_idx": "stratigraphic-unit" + "txt_idx": "negative" }, "model": "archaeological_context_records.unit" }, -- cgit v1.2.3