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 76b9e40
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions 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 All @@ -652,7 +652,7 @@
],
"pathPattern": "/erm/titles/entitled",
"permissionsRequired": [
"erm.titles.collection.get"
"erm.titles.entitled.collection.get"
]
},
{
Expand Down Expand Up @@ -1707,6 +1707,16 @@
"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.entitled.collection.get",
"displayName": "Entitled title collection get",
"description": "Get a collection of entitled title records"
},
{
"permissionName": "erm.titles.item.get",
"displayName": "Title item get",
Expand All @@ -1716,6 +1726,8 @@
"permissionName": "erm.titles.view",
"subPermissions": [
"erm.titles.collection.get",
"erm.titles.electronic.collection.get",
"erm.titles.entitled.collection.get",
"erm.titles.item.get"
]
},
Expand Down

0 comments on commit 76b9e40

Please sign in to comment.