Skip to content

Commit

Permalink
chore: Accidentally didn't change over all contexts perms to "collect…
Browse files Browse the repository at this point in the history
…ion" basis
  • Loading branch information
EthanFreestone committed Sep 30, 2024
1 parent 610246a commit 408d93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@
],
"pathPattern": "/erm/custprops/contexts",
"permissionsRequired": [
"erm.custprops.contexts.get"
"erm.custprops.contexts.collection.get"
]
},
{
Expand Down Expand Up @@ -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"
]
},
Expand Down

0 comments on commit 408d93e

Please sign in to comment.