From 433fe63a0e6041f5a4c88e2727f5c1341460cea0 Mon Sep 17 00:00:00 2001 From: Mariia Aloshyna <55138456+mariia-aloshyna@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:03:54 +0200 Subject: [PATCH] Release v12.0.4 (#2686) --- CHANGELOG.md | 13 +++---------- package.json | 5 +++-- src/ViewInstance.js | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c10e0c19a..2ffd31663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,10 @@ # Change history for ui-inventory -## [13.0.0] (IN PROGRESS) +## [12.0.4](https://github.com/folio-org/ui-inventory/tree/v12.0.4) (2024-12-03) +[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.3...v12.0.4) -* ECS | Instance details pane does not contain all tenants when user does not have affiliations / permissions in all tenants. Fixes UIIN-3113. -* *BREAKING* Rename quick-marc routes from `bib` to `bibliographic` and `duplicate` to `derive`. Refs UIIN-3120. -* *BREAKING* Provide necessary props for browse lookup facets. Remove the facets state reset functionality. Refs UIIN-3099. * Add permission for "Share local instance" option on Member tenants. Refs UIIN-3140. -* React v19: refactor away from default props for functional components. Refs UIIN-2890. - -## [12.0.4] (IN PROGRESS) - -* Display informative error message when editing same instance, holdings, item in two tabs. Fixes UIIN-3127. -* Display user's name instead of "Unknown user" in "Last updated" field in "Settings" for member tenant. Fixes UIIN-3144. +* Update Linked data API URL to use the new API path. Fixes UIIN-3146. ## [12.0.3](https://github.com/folio-org/ui-inventory/tree/v12.0.3) (2024-11-27) [Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.2...v12.0.3) diff --git a/package.json b/package.json index 3e202a14e..8b4933afb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/inventory", - "version": "12.0.3", + "version": "12.0.4", "description": "Inventory manager", "repository": "folio-org/ui-inventory", "publishConfig": { @@ -646,7 +646,8 @@ "ui-inventory.instance.view", "inventory.instances.item.post", "inventory-storage.instances.item.post", - "browse.contributors.instances.collection.get" + "browse.contributors.instances.collection.get", + "consortia.inventory.local.sharing-instances.execute" ], "visible": true }, diff --git a/src/ViewInstance.js b/src/ViewInstance.js index ecf540e0d..4b3eeef89 100644 --- a/src/ViewInstance.js +++ b/src/ViewInstance.js @@ -198,7 +198,7 @@ class ViewInstance extends React.Component { }, checkCanBeOpenedInLinkedData: { type: 'okapi', - path: 'resource/check/:{id}/supported', + path: 'linked-data/inventory-instance/:{id}/import-supported', accumulate: true, throwErrors: false, }