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 | 4efc8011c25f33e94df3cd91f2218e2ddf6604bb (patch) | |
tree | 4b9a27908ac2d4ce48a6859a94e0fd42686a78f4 /archaeological_context_records/fixtures | |
parent | e23acc585027be5db8eb0e4d2757730fd01ff138 (diff) | |
download | Ishtar-4efc8011c25f33e94df3cd91f2218e2ddf6604bb.tar.bz2 Ishtar-4efc8011c25f33e94df3cd91f2218e2ddf6604bb.zip |
Fixture: fix unit order (child before parents)
Diffstat (limited to 'archaeological_context_records/fixtures')
-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" }, |