Skip to content

Commit

Permalink
Tweak electronic vs all resource collection get
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanFreestone committed Sep 25, 2024
1 parent 59504b9 commit 25e89ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
],
"pathPattern": "/erm/resource/electronic",
"permissionsRequired": [
"erm.resources.collection.get"
"erm.resources.electronic.collection.get"
]
},
{
Expand Down Expand Up @@ -1576,6 +1576,11 @@
"displayName": "Resources collection get",
"description": "Get a collection of resource records"
},
{
"permissionName": "erm.resources.electronic.collection.get",
"displayName": "Resources electronic collection get",
"description": "Get a collection of electronic resource records"
},
{
"permissionName": "erm.resources.item.get",
"displayName": "Resources item get",
Expand Down

0 comments on commit 25e89ad

Please sign in to comment.