diff --git a/CHANGELOG.md b/CHANGELOG.md index e5670dbe..9d46ec92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [7.1.0] (IN PROGRESS) -* [UIQM-571](https://issues.folio.org/browse/UIQM-571) Added `marc-records-editor.item.put` to Derive Bib permission to fix issue with broken links after deriving a record. +* [UIQM-571](https://issues.folio.org/browse/UIQM-571) Added `marc-records-editor.item.put` to Derive and Create Bib permissions to fix issue with broken links after deriving or creating a record. ## [7.0.1](https://github.com/folio-org/ui-quick-marc/tree/v7.0.1) (2023-10-13) diff --git a/package.json b/package.json index 7f9a4f7a..6c90746d 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "displayName": "quickMARC: Create a new MARC bibliographic record", "subPermissions": [ "ui-quick-marc.quick-marc-editor.view", + "marc-records-editor.item.put", "marc-records-editor.item.post", "marc-records-editor.links.suggestion.post", "instance-authority-links.instances.collection.post",