From 2a31d56f736f06f68e3046a797fa7865117fba7a Mon Sep 17 00:00:00 2001 From: Yury Saukou Date: Thu, 10 Oct 2024 12:12:32 +0400 Subject: [PATCH] UIREC-405 Update consortium-search interface --- CHANGELOG.md | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2e0584..1abaa63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ * *BREAKING* Bump up okapi interfaces for `pieces` (3.1) to support a new endpoint. Refs UIREC-396. * Only Display pieces on receiving title view if user affiliation(s) matches piece location affiliation. Refs UIREC-390. * Action menu should be closed after 'Save and create another' action. Refs UIREC-399. +* Update `consortium-search` interface. Refs UIREC-405. ## [5.0.5](https://github.com/folio-org/ui-receiving/tree/v5.0.5) (2024-08-05) [Full Changelog](https://github.com/folio-org/ui-receiving/compare/v5.0.4...v5.0.5) diff --git a/package.json b/package.json index a6255ef5..e236d7f9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "optionalOkapiInterfaces": { "consortia": "1.0", - "consortium-search": "1.0" + "consortium-search": "2.0" }, "queryResource": "query", "icons": [ @@ -77,6 +77,7 @@ "circulation.requests.collection.get", "configuration.entries.collection.get", "consortium-search.campuses.collection.get", + "consortium-search.holdings.batch.collection.get", "consortium-search.holdings.collection.get", "consortium-search.institutions.collection.get", "consortium-search.libraries.collection.get",