diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-10 17:13:08 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-10 17:13:08 +0200 |
commit | 7af8207e1de9f23a9e17f7a81de85231bc87ef0b (patch) | |
tree | b9dbe117c9ea6dc48110bb7ba84a831cb112398c /archaeological_finds/fixtures | |
parent | d5658be4878768ef27d6ab6f6a4981a619822884 (diff) | |
download | Ishtar-7af8207e1de9f23a9e17f7a81de85231bc87ef0b.tar.bz2 Ishtar-7af8207e1de9f23a9e17f7a81de85231bc87ef0b.zip |
Fix fixtures without preservationtype (refs #3752)
Diffstat (limited to 'archaeological_finds/fixtures')
-rw-r--r-- | archaeological_finds/fixtures/initial_data-fr.json | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/archaeological_finds/fixtures/initial_data-fr.json b/archaeological_finds/fixtures/initial_data-fr.json index 0c835841e..a346da9ab 100644 --- a/archaeological_finds/fixtures/initial_data-fr.json +++ b/archaeological_finds/fixtures/initial_data-fr.json @@ -993,51 +993,6 @@ } }, { - "model": "archaeological_finds.preservationtype", - "fields": { - "label": "Ind\u00e9termin\u00e9", - "txt_idx": "unknown", - "comment": "", - "available": true - } -}, -{ - "model": "archaeological_finds.preservationtype", - "fields": { - "label": "\u00c0 reconditionner", - "txt_idx": "recond", - "comment": "", - "available": true - } -}, -{ - "model": "archaeological_finds.preservationtype", - "fields": { - "label": "\u00c0 stabiliser", - "txt_idx": "to_stab", - "comment": "", - "available": true - } -}, -{ - "model": "archaeological_finds.preservationtype", - "fields": { - "label": "\u00c0 restaurer", - "txt_idx": "to_restaur", - "comment": "", - "available": true - } -}, -{ - "model": "archaeological_finds.preservationtype", - "fields": { - "label": "\u00c0 laver", - "txt_idx": "to_wash", - "comment": "", - "available": true - } -}, -{ "model": "archaeological_finds.objecttype", "fields": { "label": "ancre", |