From a722e9d05c34d731f0516685c8f18a7a33c6f87c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 11 Apr 2017 12:46:28 +0200 Subject: Update fixtures (refs #3516) --- archaeological_finds/fixtures/initial_data-fr.json | 65 +++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) (limited to 'archaeological_finds') 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 -- cgit v1.2.3