diff options
Diffstat (limited to 'archaeological_operations/fixtures/initial_data-fr.json')
-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 |