From 6e18c3dd9b61e130e3a9e0e9399ca6ea6c9fcec2 Mon Sep 17 00:00:00 2001 From: Akshay Shetty Date: Wed, 8 Apr 2026 13:24:13 +0100 Subject: [PATCH] added COVID CRUDS permissions for TPP, MEDICUS and EMIS in prod config --- config/prod/permissions_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/prod/permissions_config.json b/config/prod/permissions_config.json index 20fc837f6..facd15c6f 100644 --- a/config/prod/permissions_config.json +++ b/config/prod/permissions_config.json @@ -44,6 +44,7 @@ "supplier": "EMIS", "permissions": [ "3IN1.CRUDS", + "COVID.CRUDS", "FLU.CRUDS", "HPV.CRUDS", "MENACWY.CRUDS", @@ -60,6 +61,7 @@ "supplier": "TPP", "permissions": [ "3IN1.CRUDS", + "COVID.CRUDS", "FLU.CRUDS", "HPV.CRUDS", "MENACWY.CRUDS", @@ -76,6 +78,7 @@ "supplier": "MEDICUS", "permissions": [ "3IN1.CRUDS", + "COVID.CRUDS", "FLU.CRUDS", "HPV.CRUDS", "MENACWY.CRUDS",