From eb529b4c21057aa8774d893a3287f484a2d25169 Mon Sep 17 00:00:00 2001 From: flaminiaScarciofolo <113031535+flaminiaScarciofolo@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:32:02 +0200 Subject: [PATCH] [SELC-5245] Feat: Added Selc:ListActiveProducts for OPERATOR in role_action_mapping.json (#177) --- apps/user-ms/src/main/resources/role_action_mapping.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/user-ms/src/main/resources/role_action_mapping.json b/apps/user-ms/src/main/resources/role_action_mapping.json index afcdc566..4a15d28b 100644 --- a/apps/user-ms/src/main/resources/role_action_mapping.json +++ b/apps/user-ms/src/main/resources/role_action_mapping.json @@ -61,6 +61,7 @@ "OPERATOR": [ "Selc:ViewBilling", "Selc:AccessProductBackoffice", - "Selc:ViewInstitutionData" + "Selc:ViewInstitutionData", + "Selc:ListActiveProducts" ] } \ No newline at end of file