From a80cc86e3e053aa014f6cfcbb3218e1cd310b1a3 Mon Sep 17 00:00:00 2001 From: Peter Muriuki Date: Thu, 30 Nov 2023 16:59:27 +0300 Subject: [PATCH] Fix permission required for Gropu list view --- app/src/App/fhir-apps.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/App/fhir-apps.tsx b/app/src/App/fhir-apps.tsx index 542e03041..60831e100 100644 --- a/app/src/App/fhir-apps.tsx +++ b/app/src/App/fhir-apps.tsx @@ -429,7 +429,7 @@ const FHIRApps = () => { redirectPath={APP_CALLBACK_URL} disableLoginProtection={DISABLE_LOGIN_PROTECTION} path={LIST_GROUP_URL} - permissions={['Group.update']} + permissions={['Group.read']} component={GroupList} />