diff --git a/CHANGELOG.md b/CHANGELOG.md index cce49890..79b9359f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ * [UIQM-592](https://issues.folio.org/browse/UIQM-592) Fix to input polish special chars into fields. * [UIQM-697](https://issues.folio.org/browse/UIQM-697) Field 008: Validate the length of subfields. Add backslashes if the length of a subfield of field 008 is shorter, if longer - cut off the extra characters. * [UIQM-699](https://issues.folio.org/browse/UIQM-699) ECS - send validation request with central tenant id for shared Bib and Authority records. +* [UIQM-693](https://issues.folio.org/browse/UIQM-693) Hide permission - Edit, View: Enable duplicate LCCN (010 $a) checking of MARC bibliographic and authority records. ## [8.0.1] (https://github.com/folio-org/ui-quick-marc/tree/v8.0.1) (2024-04-18) diff --git a/package.json b/package.json index 7a6a692a..d2df42fb 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "mod-settings.entries.item.put", "mod-settings.global.write.ui-quick-marc.lccn-duplicate-check" ], - "visible": true + "visible": false }, { "permissionName": "mod-settings.global.read.ui-quick-marc.lccn-duplicate-check",