Skip to content

Commit

Permalink
chore: Swap out compare terms permission
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanFreestone committed Sep 25, 2024
1 parent 5aae8f4 commit 84a4458
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 @@ -355,7 +355,7 @@
],
"pathPattern": "/licenses/licenses/compareTerms",
"permissionsRequired": [
"licenses.compareTerms"
"licenses.custprops.compare.execute"
]
},
{
Expand Down Expand Up @@ -483,7 +483,7 @@
"description": "Get an license's linked agreement records"
},
{
"permissionName": "licenses.compareTerms",
"permissionName": "licenses.custprops.compare.execute",
"displayName": "Licenses compare terms",
"description": "Compare license terms"
},
Expand All @@ -495,7 +495,7 @@
"licenses.licenses.item.get",
"licenses.amendments.item.get",
"licenses.licenses.item.linkedAgreements.get",
"licenses.compareTerms"
"licenses.custprops.compare.execute"
]
},
{
Expand Down

0 comments on commit 84a4458

Please sign in to comment.