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 | |
parent | d5658be4878768ef27d6ab6f6a4981a619822884 (diff) | |
download | Ishtar-7af8207e1de9f23a9e17f7a81de85231bc87ef0b.tar.bz2 Ishtar-7af8207e1de9f23a9e17f7a81de85231bc87ef0b.zip |
Fix fixtures without preservationtype (refs #3752)
-rw-r--r-- | Makefile.example | 1 | ||||
-rw-r--r-- | archaeological_finds/fixtures/initial_data-fr.json | 45 | ||||
-rw-r--r-- | fixtures/initial_data-auth-fr.json | 33 |
3 files changed, 0 insertions, 79 deletions
diff --git a/Makefile.example b/Makefile.example index 84325806b..abb4eec77 100644 --- a/Makefile.example +++ b/Makefile.example @@ -191,7 +191,6 @@ fixtures_finds: archaeological_finds.treatmentstate \ archaeological_finds.conservatorystate \ archaeological_finds.remarkabilitytype \ - archaeological_finds.preservationtype \ archaeological_finds.objecttype \ archaeological_finds.integritytype \ archaeological_finds.batchtype \ 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", diff --git a/fixtures/initial_data-auth-fr.json b/fixtures/initial_data-auth-fr.json index 68fbeda88..43d11248b 100644 --- a/fixtures/initial_data-auth-fr.json +++ b/fixtures/initial_data-auth-fr.json @@ -3093,39 +3093,6 @@ { "model": "auth.permission", "fields": { - "name": "Can add Preservation type", - "content_type": [ - "archaeological_finds", - "preservationtype" - ], - "codename": "add_preservationtype" - } -}, -{ - "model": "auth.permission", - "fields": { - "name": "Can change Preservation type", - "content_type": [ - "archaeological_finds", - "preservationtype" - ], - "codename": "change_preservationtype" - } -}, -{ - "model": "auth.permission", - "fields": { - "name": "Can delete Preservation type", - "content_type": [ - "archaeological_finds", - "preservationtype" - ], - "codename": "delete_preservationtype" - } -}, -{ - "model": "auth.permission", - "fields": { "name": "Can add Integrity type", "content_type": [ "archaeological_finds", |