Skip to content

Commit

Permalink
chore: Bring custom properties permissions in line with licenses PR
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanFreestone committed Sep 25, 2024
1 parent ff7bd79 commit f3168bd
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 @@ -805,7 +805,7 @@
],
"pathPattern": "/erm/custprops/contexts",
"permissionsRequired": [
"erm.custprops.collection.get"
"erm.custprops.contexts.get"
]
},
{
Expand Down Expand Up @@ -1580,6 +1580,11 @@
"displayName": "Custom properties collection get",
"description": "Get a collection of custom properties records"
},
{
"permissionName": "erm.custprops.contexts.get",
"displayName": "Custom properties contexts get",
"description": "Get all contexts for agreements custom properties"
},
{
"permissionName": "erm.custprops.item.get",
"displayName": "Custom property item get",
Expand All @@ -1589,6 +1594,7 @@
"permissionName": "erm.custprops.view",
"subPermissions": [
"erm.custprops.collection.get",
"erm.custprops.contexts.get",
"erm.custprops.item.get"
]
},
Expand Down

0 comments on commit f3168bd

Please sign in to comment.