From a7317510d7a420b64e87dd9fbc51e163310d7da2 Mon Sep 17 00:00:00 2001 From: Dmytro-Melnyshyn <77053927+Dmytro-Melnyshyn@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:13:33 +0300 Subject: [PATCH] UIQM-564: Hide permission 'quickMARC: Create a new MARC authority record' (#600) --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0659cf0d..0691cd89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ * [UIQM-559](https://issues.folio.org/browse/UIQM-559) Make auto-linking for the consortium. * [UIQM-558](https://issues.folio.org/browse/UIQM-558) Allow a user to select a location code from the plugin. * [UIQM-562](https://issues.folio.org/browse/UIQM-562) Fix optimistic locking error doesn't appear when edit "MARC authority" record. +* [UIQM-564](https://issues.folio.org/browse/UIQM-564) Hide permission `quickMARC: Create a new MARC authority record`. ## [6.0.2](https://github.com/folio-org/ui-quick-marc/tree/v6.0.2) (2023-03-30) diff --git a/package.json b/package.json index 0c4b1cc4..fdd08039 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "instance-authority-links.authorities.bulk.post", "marc-records-editor.status.item.get" ], - "visible": true + "visible": false }, { "permissionName": "ui-quick-marc.quick-marc-authorities-editor.all",