diff --git a/CHANGELOG.md b/CHANGELOG.md index c10e0c19a..4ff3b643d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * 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/src/ViewInstance.js b/src/ViewInstance.js index c0db8b66d..584c37467 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, }