diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-13 16:23:41 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-13 16:23:41 +0100 |
commit | ad54889b73f6c08d0a1f73bd1b48228169cd77f8 (patch) | |
tree | 297693b11ba570af2289137af65509c8c309f743 | |
parent | 057c5c2b451b74c78abc58cff891d312ccadec20 (diff) | |
download | Ishtar-ad54889b73f6c08d0a1f73bd1b48228169cd77f8.tar.bz2 Ishtar-ad54889b73f6c08d0a1f73bd1b48228169cd77f8.zip |
Fix group person fixture
-rw-r--r-- | ishtar_common/fixtures/groups_person_types-SRA-fr.json | 83 |
1 files changed, 1 insertions, 82 deletions
diff --git a/ishtar_common/fixtures/groups_person_types-SRA-fr.json b/ishtar_common/fixtures/groups_person_types-SRA-fr.json index ed48172ed..6a3044cdd 100644 --- a/ishtar_common/fixtures/groups_person_types-SRA-fr.json +++ b/ishtar_common/fixtures/groups_person_types-SRA-fr.json @@ -1395,33 +1395,6 @@ } }, { - "pk": 104, - "model": "auth.permission", - "fields": { - "codename": "add_operationtype", - "name": "Can add Operation type", - "content_type": 31 - } - }, - { - "pk": 105, - "model": "auth.permission", - "fields": { - "codename": "change_operationtype", - "name": "Can change Operation type", - "content_type": 31 - } - }, - { - "pk": 106, - "model": "auth.permission", - "fields": { - "codename": "delete_operationtype", - "name": "Can delete Operation type", - "content_type": 31 - } - }, - { "pk": 142, "model": "auth.permission", "fields": { @@ -2259,60 +2232,6 @@ } }, { - "pk": 28, - "model": "auth.permission", - "fields": { - "codename": "add_wizard", - "name": "Can add Wizard", - "content_type": 10 - } - }, - { - "pk": 29, - "model": "auth.permission", - "fields": { - "codename": "change_wizard", - "name": "Can change Wizard", - "content_type": 10 - } - }, - { - "pk": 30, - "model": "auth.permission", - "fields": { - "codename": "delete_wizard", - "name": "Can delete Wizard", - "content_type": 10 - } - }, - { - "pk": 31, - "model": "auth.permission", - "fields": { - "codename": "add_wizardstep", - "name": "Can add Wizard step", - "content_type": 11 - } - }, - { - "pk": 32, - "model": "auth.permission", - "fields": { - "codename": "change_wizardstep", - "name": "Can change Wizard step", - "content_type": 11 - } - }, - { - "pk": 33, - "model": "auth.permission", - "fields": { - "codename": "delete_wizardstep", - "name": "Can delete Wizard step", - "content_type": 11 - } - }, - { "pk": 25, "model": "auth.permission", "fields": { @@ -2890,4 +2809,4 @@ "label": "Secr\u00e9tariat SRA" } } -]
\ No newline at end of file +] |