Skip to content

Commit

Permalink
UIIN-3175: Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrHladchenko1 committed Jan 31, 2025
1 parent 79cb1c6 commit adc2f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* ECS: Disable opening item details if a user is not affiliated with item's member tenant. Fixes UIIN-3187.
* Correctly depend on `inflected`. Refs UIIN-3203.
* Decrease the amount of rerenders in `ConsortialHoldings` component. Fixes UIIN-3196.
* Item view page: Display View history button and View history second pane. Refs UIIN-3175.

## [12.0.12](https://github.com/folio-org/ui-inventory/tree/v12.0.12) (2025-01-27)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.11...v12.0.12)
Expand Down
4 changes: 2 additions & 2 deletions src/views/ItemView.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import {
MenuSection,
NoValue,
TextLink,
PaneMenu,
} from '@folio/stripes/components';

import {
Expand All @@ -70,7 +71,6 @@ import {
} from '@folio/stripes/core';

import { VersionHistoryButton } from '@folio/stripes-acq-components';
import { PaneMenu } from '@folio/stripes-components';
import { requestsStatusString } from '../Instance/ViewRequests/utils';

import ModalContent from '../components/ModalContent';
Expand Down Expand Up @@ -119,7 +119,7 @@ import {
useHoldingMutation,
useUpdateOwnership,
} from '../hooks';
import VersionHistory from './VersionHistory/VersionHistory';
import VersionHistory from './VersionHistory';

export const requestStatusFiltersString = map(REQUEST_OPEN_STATUSES, requestStatus => `requestStatus.${requestStatus}`).join(',');

Expand Down

0 comments on commit adc2f30

Please sign in to comment.