diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-26 09:22:34 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-26 09:22:34 +0200 |
commit | fa84f873b7c4d3bcc7eb962b4ac99fb9e6cddaf9 (patch) | |
tree | 767c299f5bb537c4099dbcba113a7c907d97341a /archaeological_operations/fixtures | |
parent | 73eedc117776ad42e2241232ad1dcc547cb967b2 (diff) | |
download | Ishtar-fa84f873b7c4d3bcc7eb962b4ac99fb9e6cddaf9.tar.bz2 Ishtar-fa84f873b7c4d3bcc7eb962b4ac99fb9e6cddaf9.zip |
Update fixtures
Diffstat (limited to 'archaeological_operations/fixtures')
-rw-r--r-- | archaeological_operations/fixtures/initial_data-fr.json | 50 |
1 files changed, 27 insertions, 23 deletions
diff --git a/archaeological_operations/fixtures/initial_data-fr.json b/archaeological_operations/fixtures/initial_data-fr.json index 304f07a38..214ab9cad 100644 --- a/archaeological_operations/fixtures/initial_data-fr.json +++ b/archaeological_operations/fixtures/initial_data-fr.json @@ -9,7 +9,9 @@ "intented_to": "F", "label": "AR : Accus\u00e9 de r\u00e9ception dossier", "indexed": false, - "associated_template": [], + "associated_template": [ + 2 + ], "txt_idx": "a_receipt" } }, @@ -317,7 +319,9 @@ "intented_to": "T", "label": "Constat d'\u00e9tat", "indexed": false, - "associated_template": [], + "associated_template": [ + 1 + ], "txt_idx": "observation_status" } }, @@ -728,6 +732,20 @@ } }, { + "pk": 40, + "model": "archaeological_operations.period", + "fields": { + "comment": "", + "available": true, + "parent": 39, + "end_date": 0, + "order": 1, + "label": "Antiquit\u00e9 tardive (M\u00e9d.)", + "start_date": 0, + "txt_idx": "late_antiq_med" + } + }, + { "pk": 39, "model": "archaeological_operations.period", "fields": { @@ -770,20 +788,6 @@ } }, { - "pk": 40, - "model": "archaeological_operations.period", - "fields": { - "comment": "", - "available": true, - "parent": 39, - "end_date": 0, - "order": 1, - "label": "Antiquit\u00e9 tardive (M\u00e9d.)", - "start_date": 0, - "txt_idx": "late_antiq_med" - } - }, - { "pk": 41, "model": "archaeological_operations.period", "fields": { @@ -1970,22 +1974,22 @@ } }, { - "pk": 221, + "pk": 2, "model": "archaeological_operations.remaintype", "fields": { - "comment": null, + "comment": "", "available": true, - "txt_idx": "enclos", + "txt_idx": "enclosure", "label": "enclos" } }, { - "pk": 2, + "pk": 221, "model": "archaeological_operations.remaintype", "fields": { - "comment": "", + "comment": null, "available": true, - "txt_idx": "enclosure", + "txt_idx": "enclos", "label": "enclos" } }, @@ -3018,4 +3022,4 @@ "label": "Rapport inexistant" } } -] +]
\ No newline at end of file |