diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-13 15:00:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-13 15:00:43 +0200 |
commit | 5f517e24f271b752c01e3de192682426f98daf9e (patch) | |
tree | 4b9a27908ac2d4ce48a6859a94e0fd42686a78f4 | |
parent | 471532c76c7133dd96f5e3e3906988f024515539 (diff) | |
download | Ishtar-5f517e24f271b752c01e3de192682426f98daf9e.tar.bz2 Ishtar-5f517e24f271b752c01e3de192682426f98daf9e.zip |
Fixture: fix unit order (child before parents)
-rw-r--r-- | archaeological_context_records/fixtures/initial_data-fr.json | 20 |
1 files 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" }, |