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 | b7caa3bfa75c645ffb6acd4e44cc1c5a8d073baa (patch) | |
| tree | 9fbe22b2e24492839f6283a9f1b3f1b722807b7c | |
| parent | 9cccd69c75235bcac3a3701c3f2de0b8e203581b (diff) | |
| download | Ishtar-b7caa3bfa75c645ffb6acd4e44cc1c5a8d073baa.tar.bz2 Ishtar-b7caa3bfa75c645ffb6acd4e44cc1c5a8d073baa.zip | |
Remove collection from initial data
| -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", | 
