diff options
| -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", | 
