diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-11 12:46:28 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-11 12:46:28 +0200 |
commit | a722e9d05c34d731f0516685c8f18a7a33c6f87c (patch) | |
tree | 3194063a2f7586e9bd1c1c1f6464c7628a178255 /archaeological_finds/fixtures | |
parent | eb7ee0ef2131bff4d3496c11531a1bc2e0ce2ea0 (diff) | |
download | Ishtar-a722e9d05c34d731f0516685c8f18a7a33c6f87c.tar.bz2 Ishtar-a722e9d05c34d731f0516685c8f18a7a33c6f87c.zip |
Update fixtures (refs #3516)
Diffstat (limited to 'archaeological_finds/fixtures')
-rw-r--r-- | archaeological_finds/fixtures/initial_data-fr.json | 65 |
1 files changed, 64 insertions, 1 deletions
diff --git a/archaeological_finds/fixtures/initial_data-fr.json b/archaeological_finds/fixtures/initial_data-fr.json index 341b351f8..b8f233f88 100644 --- a/archaeological_finds/fixtures/initial_data-fr.json +++ b/archaeological_finds/fixtures/initial_data-fr.json @@ -892,7 +892,7 @@ "fields": { "comment": "", "available": true, - "txt_idx": "In_progress", + "txt_idx": "in_progress", "label": "En cours" } }, @@ -7570,5 +7570,68 @@ "txt_idx": "integrity_lost", "label": "Perte d'int\u00e9grit\u00e9 totale" } + }, + { + "pk": 1, + "model": "archaeological_finds.batchtype", + "fields": { + "comment": null, + "available": true, + "txt_idx": "inconnu", + "order": 0, + "label": "Inconnu" + } + }, + { + "pk": 2, + "model": "archaeological_finds.batchtype", + "fields": { + "comment": null, + "available": true, + "txt_idx": "objet", + "order": 1, + "label": "Objet" + } + }, + { + "pk": 3, + "model": "archaeological_finds.batchtype", + "fields": { + "comment": null, + "available": true, + "txt_idx": "lot", + "order": 2, + "label": "Lot" + } + }, + { + "pk": 1, + "model": "archaeological_finds.treatmentfiletype", + "fields": { + "comment": "", + "available": true, + "txt_idx": "loan_demand_study", + "label": "Demande de pr\u00eat pour \u00e9tude" + } + }, + { + "pk": 2, + "model": "archaeological_finds.treatmentfiletype", + "fields": { + "comment": "", + "available": true, + "txt_idx": "loan_demand_exposure", + "label": "Demande de pr\u00eat pour exposition" + } + }, + { + "pk": 3, + "model": "archaeological_finds.treatmentfiletype", + "fields": { + "comment": "", + "available": true, + "txt_idx": "gift_wish", + "label": "Intention de donation" + } } ]
\ No newline at end of file |