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 | dd005db8c38c1139c33a5f3b8b9e3e1556b28b38 (patch) | |
| tree | e702a5e335c4366a1e27499a4db51e31b7f5c7b7 /ishtar_common/fixtures | |
| parent | c6f301b76291d2f416f6a641fe92b03cd10076a7 (diff) | |
| parent | b3c5ce577b925da4022f21ccdf8d138486557450 (diff) | |
| download | Ishtar-dd005db8c38c1139c33a5f3b8b9e3e1556b28b38.tar.bz2 Ishtar-dd005db8c38c1139c33a5f3b8b9e3e1556b28b38.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" } |
