We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9580c1c + 4d78dc1 commit c80a265Copy full SHA for c80a265
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change history for ui-licenses
2
3
+## 11.0.2 2024-07-05
4
+ * ERM-3285 Fix permission on /licenses/files/{id}/raw in mod-licenses
5
+
6
## 11.0.1 2024-04-19
7
* ERM-3182 Scrolling content in license view pane can overlap header
8
* Translations
package.json
@@ -1,6 +1,6 @@
{
"name": "@folio/licenses",
- "version": "11.0.1",
+ "version": "11.0.2",
"description": "ERM License functionality for Stripes",
"main": "src/index.js",
"repository": "",
@@ -115,7 +115,8 @@
115
"description": "A user with this permission is able to download and view the content of License document files",
116
"visible": true,
117
"subPermissions": [
118
- "licenses.files.item.download"
+ "licenses.files.item.download",
119
+ "licenses.files.view"
120
]
121
},
122
0 commit comments