Skip to content

Commit

Permalink
chore: Tweak electronic titles permission
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanFreestone committed Sep 25, 2024
1 parent ab2e5de commit 10c1412
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
],
"pathPattern": "/erm/titles/electronic",
"permissionsRequired": [
"erm.titles.collection.get"
"erm.titles.electronic.collection.get"
]
},
{
Expand Down Expand Up @@ -1707,6 +1707,11 @@
"displayName": "Title collection get",
"description": "Get a collection of title records"
},
{
"permissionName": "erm.titles.electronic.collection.get",
"displayName": "Electronic title collection get",
"description": "Get a collection of electronic title records"
},
{
"permissionName": "erm.titles.item.get",
"displayName": "Title item get",
Expand All @@ -1716,6 +1721,7 @@
"permissionName": "erm.titles.view",
"subPermissions": [
"erm.titles.collection.get",
"erm.titles.electronic.collection.get",
"erm.titles.item.get"
]
},
Expand Down

0 comments on commit 10c1412

Please sign in to comment.