diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-12-09 15:03:14 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-12-09 15:03:14 +0100 |
commit | 496b819b89c3c2ce112a8d877cbb1072cdca9e55 (patch) | |
tree | 24ed923d071955e154e2b618c0dfb41d5d323fcc /ishtar_common/fixtures | |
parent | a5128e0791c7cd0db9f3775ff681cbc79160af3a (diff) | |
download | Ishtar-496b819b89c3c2ce112a8d877cbb1072cdca9e55.tar.bz2 Ishtar-496b819b89c3c2ce112a8d877cbb1072cdca9e55.zip |
Add permissions for SRA-fr
Diffstat (limited to 'ishtar_common/fixtures')
-rw-r--r-- | ishtar_common/fixtures/groups_person_types-SRA-fr.json | 66 |
1 files changed, 51 insertions, 15 deletions
diff --git a/ishtar_common/fixtures/groups_person_types-SRA-fr.json b/ishtar_common/fixtures/groups_person_types-SRA-fr.json index e758bd645..446b26632 100644 --- a/ishtar_common/fixtures/groups_person_types-SRA-fr.json +++ b/ishtar_common/fixtures/groups_person_types-SRA-fr.json @@ -252,6 +252,37 @@ } }, { + "pk": 25, + "model": "auth.group", + "fields": { + "name": "Organisations : voir", + "permissions": [ + 246 + ] + } + }, + { + "pk": 26, + "model": "auth.group", + "fields": { + "name": "Organisations : modification/suppression", + "permissions": [ + 44, + 45 + ] + } + }, + { + "pk": 27, + "model": "auth.group", + "fields": { + "name": "Organisations : ajout", + "permissions": [ + 43 + ] + } + }, + { "pk": 7, "model": "ishtar_common.persontype", "fields": { @@ -281,23 +312,23 @@ "available": true, "txt_idx": "sra_agent", "groups": [ - 1, - 2, - 4, - 5, - 6, - 7, - 8, - 9, 10, 13, - 14, 15, - 16, + 14, 17, + 16, 18, - 21, - 22 + 22, + 1, + 2, + 5, + 4, + 7, + 6, + 9, + 8, + 21 ], "label": "Agent SRA (prescripteur)" } @@ -343,17 +374,22 @@ "available": true, "txt_idx": "secretarial_dept", "groups": [ - 1, 2, - 6, + 1, + 3, 7, + 6, 8, 9, 10, 13, 14, 17, - 18 + 18, + 23, + 24, + 25, + 27 ], "label": "Secr\u00e9tariat SRA" } |