Skip to content

Commit f5d4b76

Browse files
RSP-5226/5233/5334/5235 Add user to sponsor organisation (#60)
1 parent 0a9fca0 commit f5d4b76

File tree

4 files changed

+437
-6
lines changed

4 files changed

+437
-6
lines changed

src/Infrastructure/Rsp.UsersService.Infrastructure/Data/Roles.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@
2323
"Name": "team_manager",
2424
"NormalizedName": "TEAM_MANAGER"
2525
},
26-
{
27-
"Id": "97977acf-0bd5-48c2-9cf5-bc3fd215e5bb",
28-
"ConcurrencyStamp": "514b807f-9b52-4e0e-8774-83c462e5012c",
29-
"Name": "workflow_co-ordinator",
30-
"NormalizedName": "WORKFLOW_CO-ORDINATOR"
31-
}
26+
{
27+
"Id": "97977acf-0bd5-48c2-9cf5-bc3fd215e5bb",
28+
"ConcurrencyStamp": "514b807f-9b52-4e0e-8774-83c462e5012c",
29+
"Name": "workflow_co-ordinator",
30+
"NormalizedName": "WORKFLOW_CO-ORDINATOR"
31+
},
32+
{
33+
"Id": "c2c2b6c9-1f6c-4a0a-9d2a-6f2b7b4b1c8e",
34+
"ConcurrencyStamp": "7f3d1a2b-5e64-4f08-9b7a-3c6d2c4b8e9f",
35+
"Name": "sponsor",
36+
"NormalizedName": "SPONSOR"
37+
}
3238
]

0 commit comments

Comments
 (0)