Skip to content

Commit

Permalink
OLMIS-1376: added view requisition role to devadmin user
Browse files Browse the repository at this point in the history
  • Loading branch information
matkwiatkowski committed Dec 6, 2016
1 parent 7f54b06 commit 06c45f2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
30 changes: 30 additions & 0 deletions demo-data/referencedata.role_assignments.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,36 @@
"user": { "id": "a337ec45-31a0-4f2b-9b2e-a105c4b669bb" },
"role": {"id": "d30a2fbb-51d9-49ad-90fe-fb405470a439"}
},
{
"id": "00679f16-d498-447e-8c75-a6a7ab220fb4",
"type": "supervision",
"supervisoryNode": { "id": "fb38bd1c-beeb-4527-8345-900900329c10" },
"program": { "id": "10845cb9-d365-4aaa-badd-b4fa39c6a26a" },
"user": { "id": "56a50e9a-9668-437d-a09c-7e709ce22222" },
"role": {"id": "2a2eaeba-bb9a-11e6-a4a6-cec0c932ce01"}
},
{
"id": "75f5dc44-e137-41bc-bf71-d5bbe680ef84",
"type": "supervision",
"supervisoryNode": { "id": "fb38bd1c-beeb-4527-8345-900900329c10" },
"program": { "id": "dce17f2e-af3e-40ad-8e00-3496adef44c3" },
"user": { "id": "56a50e9a-9668-437d-a09c-7e709ce22222" },
"role": {"id": "2a2eaeba-bb9a-11e6-a4a6-cec0c932ce01"}
},
{
"id": "865f67cc-c3c0-4d74-89b5-fa16ec2e17b9",
"type": "supervision",
"program": { "id": "10845cb9-d365-4aaa-badd-b4fa39c6a26a" },
"user": { "id": "56a50e9a-9668-437d-a09c-7e709ce22222" },
"role": {"id": "2a2eaeba-bb9a-11e6-a4a6-cec0c932ce01"}
},
{
"id": "a2f8fca1-2bc3-495a-8629-4758a7a08095",
"type": "supervision",
"program": { "id": "dce17f2e-af3e-40ad-8e00-3496adef44c3" },
"user": { "id": "56a50e9a-9668-437d-a09c-7e709ce22222" },
"role": {"id": "2a2eaeba-bb9a-11e6-a4a6-cec0c932ce01"}
},
{
"id": "4b3c6622-48cb-4c1b-9a79-f37243c37063",
"type": "fulfillment",
Expand Down
4 changes: 4 additions & 0 deletions demo-data/referencedata.role_rights.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@
{
"roleId": "a439c5de-b8aa-11e6-80f5-76304dec7eb7",
"rightId": "8816edba-b8a9-11e6-80f5-76304dec7eb7"
},
{
"roleId": "2a2eaeba-bb9a-11e6-a4a6-cec0c932ce01",
"rightId": "e101d2b8-6a0f-4af6-a5de-a9576b4ebc50"
}
]
4 changes: 4 additions & 0 deletions demo-data/referencedata.roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
{
"id": "a439c5de-b8aa-11e6-80f5-76304dec7eb7",
"name": "Admin"
},
{
"id": "2a2eaeba-bb9a-11e6-a4a6-cec0c932ce01",
"name": "Program Coordinator"
}
]

0 comments on commit 06c45f2

Please sign in to comment.