Skip to content

Commit

Permalink
chore: Extend to add usage data providers collection perm--need to ch…
Browse files Browse the repository at this point in the history
…eck that it makes sense to include that in agrement view perm
  • Loading branch information
EthanFreestone committed Sep 25, 2024
1 parent 110ff89 commit 87c422e
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 @@ -76,7 +76,7 @@
],
"pathPattern": "/erm/sas/usageDataProviders",
"permissionsRequired": [
"erm.agreements.usageDataProviders.get"
"erm.agreements.usageDataProviders.collection.get"
]
},
{
Expand Down Expand Up @@ -1110,6 +1110,11 @@
"displayName": "Agreements linked licenses get",
"description": "Get the linked licenses for an agreement"
},
{
"permissionName": "erm.agreements.usageDataProviders.collection.get",
"displayName": "Agreements usage data providers collection get",
"description": "Get usage data providers"
},
{
"permissionName": "erm.agreements.usageDataProviders.get",
"displayName": "Agreements usage data providers get",
Expand All @@ -1129,6 +1134,7 @@
"erm.agreements.resources.subset.get",
"erm.agreements.all.export",
"erm.agreements.linkedLicenses.get",
"erm.agreements.usageDataProviders.collection.get",
"erm.agreements.usageDataProviders.get",
"erm.resources.view"
]
Expand Down

0 comments on commit 87c422e

Please sign in to comment.