diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-12-14 23:52:13 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-12-14 23:52:13 +0100 |
| commit | ccb709bfa5d06737e70c171202ba85aa5410194c (patch) | |
| tree | e702a5e335c4366a1e27499a4db51e31b7f5c7b7 /ishtar_common/fixtures | |
| parent | 9b3ede3e6d5d2b076975c188454a39c2b45d155d (diff) | |
| parent | 1a1040243a10366b01b9bc2c4d3140f2fbd321e4 (diff) | |
| download | Ishtar-ccb709bfa5d06737e70c171202ba85aa5410194c.tar.bz2 Ishtar-ccb709bfa5d06737e70c171202ba85aa5410194c.zip | |
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
Diffstat (limited to 'ishtar_common/fixtures')
| -rw-r--r-- | ishtar_common/fixtures/groups_person_types-SRA-fr.json | 67 |
1 files changed, 52 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..9a43072b2 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,23 @@ "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, + 26, + 27 ], "label": "Secr\u00e9tariat SRA" } |
