Skip to content

Commit

Permalink
chore: linkedLicenses collection permission (Check with Owen whether …
Browse files Browse the repository at this point in the history
…to include that in permission group or not)
  • Loading branch information
EthanFreestone committed Sep 25, 2024
1 parent fd47666 commit a954f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@
],
"pathPattern": "/erm/validate/subscriptionAgreement/*",
"permissionsRequired": [
"erm.agreements..property.validate"
"erm.agreements.property.validate"
]
},
{
Expand Down Expand Up @@ -1616,7 +1616,7 @@
"description": "Get resource's entitlement records"
},
{
"permissionName": "erm.resources.entitlement.get",
"permissionName": "erm.resources.entitlement.related.get",
"displayName": "Resources related entitlement get",
"description": "Get resource's related entitlement records"
},
Expand Down Expand Up @@ -1652,7 +1652,7 @@
"permissionName": "erm.entitlements.logEntry.collection.get",
"displayName": "Entitlements log entry get",
"description": "Get entitlement log entries"
}
},
{
"permissionName": "erm.entitlements.item.get",
"displayName": "Entitlements item get",
Expand Down

0 comments on commit a954f25

Please sign in to comment.