From 58c1468d475e3613a59a6f056d19967dd8e28a07 Mon Sep 17 00:00:00 2001 From: Denys Bohdan Date: Fri, 13 Oct 2023 17:24:59 +0200 Subject: [PATCH 1/2] UIQM-571 Added `marc-records-editor.item.put` to Derive Bib permission to fix issue with broken links after deriving a record. --- CHANGELOG.md | 4 ++++ package.json | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1749f994..e5670dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for ui-quick-marc +## [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. + ## [7.0.1](https://github.com/folio-org/ui-quick-marc/tree/v7.0.1) (2023-10-13) * Use correct version of `ui-plugin-find-authority`. diff --git a/package.json b/package.json index 229f6229..7f9a4f7a 100644 --- a/package.json +++ b/package.json @@ -96,6 +96,7 @@ "subPermissions": [ "ui-quick-marc.quick-marc-editor.view", "marc-records-editor.status.item.get", + "marc-records-editor.item.put", "marc-records-editor.item.post", "marc-records-editor.links.suggestion.post", "instance-authority-links.instances.collection.put", From 2e94c96e9f2252fa487dda79d31f153f3f7c719f Mon Sep 17 00:00:00 2001 From: Denys Bohdan Date: Mon, 16 Oct 2023 11:58:45 +0200 Subject: [PATCH 2/2] UIQM-571 Added `marc-records-editor.item.put` to Create Bib permission --- CHANGELOG.md | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",