Skip to content

Commit

Permalink
chore: Sort out 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 1ac7457 commit 27725bb
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 @@ -1577,6 +1577,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 27725bb

Please sign in to comment.