diff --git a/CHANGELOG.md b/CHANGELOG.md index 78446482d..5d83c3647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for ui-inventory +## [9.1.4] (IN PROGRESS) + +* Fix Cannot add tags to Instance when unlinked preceding/succeeding titles present. Fixes UIIN-2084. + ## [9.1.3](https://github.com/folio-org/ui-inventory/tree/v9.1.3) (2022-07-26) [Full Changelog](https://github.com/folio-org/ui-inventory/compare/v9.1.2...v9.1.3) @@ -85,6 +89,9 @@ Inventory causes an error. Refs UIIN-2012. * Adjust query parameters on the subject browse form. Refs UIIN-2075. * Improve query when search by call number. Refs UIIN-2078. * Rename and reorder search options for clarity, consistency. Fixes UIIN-2060, UIIN-2061. +* Browse contributors. Placeholder match does not look right in the contributor column. Refs UIIN-2079. +* Create Jest/RTL test for HoldingButtonsGroup.js. Refs UIEH-1746. +* Item Circulation history: Items that has not been checked in, have the first Service point in the list of service points assigned in the UI. Refs UIIN-2109 ## [9.0.0](https://github.com/folio-org/ui-inventory/tree/v9.0.0) (2022-03-03) [Full Changelog](https://github.com/folio-org/ui-inventory/compare/v8.0.0...v9.0.0) diff --git a/src/utils.js b/src/utils.js index 40bb90172..c86b1152b 100644 --- a/src/utils.js +++ b/src/utils.js @@ -550,6 +550,7 @@ export const marshalTitles = (instance, identifierTypesByName, type) => { instance[titleAttr] = (instance?.[titleAttr] ?? []).map((inst) => { const { + id, title, hrid, } = inst; @@ -560,6 +561,7 @@ export const marshalTitles = (instance, identifierTypesByName, type) => { { [titleIdKey]: inst[titleIdKey] } : // unconnected title { + id, title, hrid, identifiers,