Skip to content

Commit

Permalink
Merge branch 'master' into UIIN-3100-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs authored Nov 28, 2024
2 parents 9c96a15 + 1423654 commit c285d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/ViewInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit c285d92

Please sign in to comment.