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 /fixtures | |
parent | d5658be4878768ef27d6ab6f6a4981a619822884 (diff) | |
download | Ishtar-7af8207e1de9f23a9e17f7a81de85231bc87ef0b.tar.bz2 Ishtar-7af8207e1de9f23a9e17f7a81de85231bc87ef0b.zip |
Fix fixtures without preservationtype (refs #3752)
Diffstat (limited to 'fixtures')
-rw-r--r-- | fixtures/initial_data-auth-fr.json | 33 |
1 files changed, 0 insertions, 33 deletions
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", |