diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-04-29 18:47:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:20 +0100 |
commit | 3b8c2e3bff7c1ba8931f0c6b4c5ec94b95f7a2fe (patch) | |
tree | 9fbe22b2e24492839f6283a9f1b3f1b722807b7c /fixtures/initial_data-auth-fr.json | |
parent | 3972b6492ac90397f3d0dd418bbc0f780ec543e7 (diff) | |
download | Ishtar-3b8c2e3bff7c1ba8931f0c6b4c5ec94b95f7a2fe.tar.bz2 Ishtar-3b8c2e3bff7c1ba8931f0c6b4c5ec94b95f7a2fe.zip |
Remove collection from initial data
Diffstat (limited to 'fixtures/initial_data-auth-fr.json')
-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 64fbd8051..43a7f4d34 100644 --- a/fixtures/initial_data-auth-fr.json +++ b/fixtures/initial_data-auth-fr.json @@ -3951,39 +3951,6 @@ { "model": "auth.permission", "fields": { - "name": "Can add Collection", - "content_type": [ - "archaeological_warehouse", - "collection" - ], - "codename": "add_collection" - } -}, -{ - "model": "auth.permission", - "fields": { - "name": "Can change Collection", - "content_type": [ - "archaeological_warehouse", - "collection" - ], - "codename": "change_collection" - } -}, -{ - "model": "auth.permission", - "fields": { - "name": "Can delete Collection", - "content_type": [ - "archaeological_warehouse", - "collection" - ], - "codename": "delete_collection" - } -}, -{ - "model": "auth.permission", - "fields": { "name": "Can add Type of treatment state", "content_type": [ "archaeological_finds", |