Skip to content

Commit 59a1bc5

Browse files
added menB perms for RAVS in dev, preprod and prod (#1434)
Co-authored-by: Thomas-Boyle <45789537+Thomas-Boyle@users.noreply.github.com>
1 parent 5c34807 commit 59a1bc5

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

config/dev/permissions_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"FLU.CRUDS",
4747
"HPV.CRUDS",
4848
"MENACWY.CRUDS",
49+
"MENB.CRUDS",
4950
"MMR.CRUDS",
5051
"MMRV.CRUDS",
5152
"PERTUSSIS.CRUDS",

config/preprod/permissions_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"FLU.CRUDS",
4444
"HPV.CRUDS",
4545
"MENACWY.CRUDS",
46+
"MENB.CRUDS",
4647
"MMR.CRUDS",
4748
"MMRV.CRUDS",
4849
"PERTUSSIS.CRUDS",

config/prod/permissions_config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525
},
2626
{
2727
"supplier": "RAVS",
28-
"permissions": ["MMR.CRUDS", "RSV.CRUDS", "PNEUMOCOCCAL.CRUDS"],
28+
"permissions": [
29+
"MENB.CRUDS",
30+
"MMR.CRUDS",
31+
"RSV.CRUDS",
32+
"PNEUMOCOCCAL.CRUDS"
33+
],
2934
"ods_codes": ["X26", "X8E5B"]
3035
},
3136
{

0 commit comments

Comments
 (0)