From 408d93e1c6e36dd16325ac9eef98fa93954be307 Mon Sep 17 00:00:00 2001 From: Ethan Freestone Date: Mon, 30 Sep 2024 16:33:12 +0100 Subject: [PATCH] chore: Accidentally didn't change over all contexts perms to "collection" basis --- service/src/main/okapi/ModuleDescriptor-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/src/main/okapi/ModuleDescriptor-template.json b/service/src/main/okapi/ModuleDescriptor-template.json index ccef8bad..d5dcbe29 100644 --- a/service/src/main/okapi/ModuleDescriptor-template.json +++ b/service/src/main/okapi/ModuleDescriptor-template.json @@ -805,7 +805,7 @@ ], "pathPattern": "/erm/custprops/contexts", "permissionsRequired": [ - "erm.custprops.contexts.get" + "erm.custprops.contexts.collection.get" ] }, { @@ -1810,7 +1810,7 @@ "permissionName": "erm.custprops.view", "subPermissions": [ "erm.custprops.collection.get", - "erm.custprops.contexts.get", + "erm.custprops.contexts.collection.get", "erm.custprops.item.get" ] },