Skip to content

Commit

Permalink
Release v10.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mariia-aloshyna committed Nov 24, 2023
1 parent eb3967a commit 2af9a0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change history for ui-inventory

## [10.0.6] IN PROGRESS
## [10.0.6](https://github.com/folio-org/ui-inventory/tree/v10.0.6) (2023-11-24)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v10.0.5...v10.0.6)

* "Something went wrong" error appears when user selects Shared Instance as "Child/Parent Instance" for Local Instance without permissions at Central tenant. Fixes UIIN-2695.
* Inactive Holdings/items on Central tenant when user have affiliation for separate Member with 0 permissions. Fixes UIIN-2689.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/inventory",
"version": "10.0.5",
"version": "10.0.6",
"description": "Inventory manager",
"repository": "folio-org/ui-inventory",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/Instance/InstanceEdit/InstanceField/InstanceField.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const InstanceField = ({
const publicationDate = publication?.[0]?.dateOfPublication;

const handleSelect = (inst) => {
if (!isEmpty((inst))) {
if (!isEmpty(inst)) {
update(index, {
...inst,
[titleIdKey]: inst.id,
Expand Down

0 comments on commit 2af9a0d

Please sign in to comment.