Skip to content

Commit

Permalink
Merge pull request #269 from folio-org/release/6.0.3
Browse files Browse the repository at this point in the history
Release 6.0.3
  • Loading branch information
Jack-Golding authored Jul 5, 2024
2 parents 87f56ef + beb55a4 commit 20b0b13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.0.3 2024-07-05
* ERM-3290 Fix permission on /licenses/licenses/{id}/linkedAgreements
* ERM-3285 Fix permission on /licenses/files/{id}/raw in mod-licenses

## 6.0.2 2024-05-02
* ERM-3208 Export license creates empty file

Expand Down
2 changes: 1 addition & 1 deletion service/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gormVersion=8.0.3

# Application
appName=mod-licenses
appVersion=6.0.2
appVersion=6.0.3
dockerTagSuffix=
dockerRepo=folioci

Expand Down
21 changes: 2 additions & 19 deletions service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
},{
"methods": ["GET"],
"pathPattern": "/licenses/licenses/{id}/linkedAgreements",
"permissionsRequired": [
"licenses.licenses.item.linkedAgreements.get",
"licenses.agreements.linkedLicenses.get"
],
"permissionsRequired": [ "licenses.licenses.item.linkedAgreements.get" ],
"modulePermissions": [
"erm.agreements.item.get",
"erm.agreements.linkedLicenses.get"
Expand Down Expand Up @@ -265,11 +262,6 @@
"displayName": "Licenses item linked agreements get",
"description": "Get an license's linked agreement records"
},
{
"permissionName": "licenses.agreements.linkedLicenses.get",
"displayName": "Licenses agreements linked license get",
"description": "Get the linked licenses for an agreement record"
},
{
"permissionName": "licenses.compareTerms",
"displayName": "Licenses compare terms",
Expand All @@ -281,7 +273,6 @@
"licenses.licenses.collection.get",
"licenses.licenses.item.get",
"licenses.licenses.item.linkedAgreements.get",
"licenses.agreements.linkedLicenses.get",
"licenses.compareTerms"
]
},
Expand Down Expand Up @@ -341,10 +332,7 @@
{
"permissionName": "licenses.files.item.download",
"displayName": "Licenses files item download",
"description": "Download a raw files record",
"subPermissions": [
"licenses.files.view"
]
"description": "Download a raw files record"
},
{
"permissionName": "licenses.files.item.post",
Expand Down Expand Up @@ -474,11 +462,6 @@
"licenses.licenseLinks.item.get"
]
},
{
"permissionName": "licenses.licenseLinks.item.get",
"displayName": "Licenses license links item get",
"description": "Get a license link record"
},
{
"permissionName": "licenses.custprops.collection.get",
"displayName": "Licenses custom properties links collection get",
Expand Down

0 comments on commit 20b0b13

Please sign in to comment.