summaryrefslogtreecommitdiff
path: root/archaeological_finds/fixtures
diff options
context:
space:
mode:
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
commit7ad1b08be48bcdf29f0eba290d61c45acd79280e (patch)
tree3194063a2f7586e9bd1c1c1f6464c7628a178255 /archaeological_finds/fixtures
parent9a18be83eee9850d5b6b6d83bd30fcf84a7d86c1 (diff)
downloadIshtar-7ad1b08be48bcdf29f0eba290d61c45acd79280e.tar.bz2
Ishtar-7ad1b08be48bcdf29f0eba290d61c45acd79280e.zip
Update fixtures (refs #3516)
Diffstat (limited to 'archaeological_finds/fixtures')
-rw-r--r--archaeological_finds/fixtures/initial_data-fr.json65
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