Skip to content

Commit

Permalink
Merge branch 'master' into UIIN-3218
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrHladchenko1 authored Feb 6, 2025
2 parents b1e3533 + efbde01 commit a9ec0ba
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* Correctly depend on `inflected`. Refs UIIN-3203.
* Decrease the amount of rerenders in `ConsortialHoldings` component. Fixes UIIN-3196.
* Sort holdings by location name and call number. Refs UIIN-3207.
* Remove hover-over text next to "Shelving order" on the Item record detail view. Refs UIIN-3210.
* CI: Switch to centralized/shared workflow from https://github.com/folio-org/.github. Fixes UIIN-3218.

## [12.0.12](https://github.com/folio-org/ui-inventory/tree/v12.0.12) (2025-01-27)
Expand Down
6 changes: 0 additions & 6 deletions src/views/ItemView.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import {
HasCommand,
collapseAllSections,
expandAllSections,
InfoPopover,
Layout,
MenuSection,
NoValue,
Expand Down Expand Up @@ -1272,11 +1271,6 @@ const ItemView = props => {
label={<FormattedMessage id="ui-inventory.shelvingOrder" />}
value={checkIfElementIsEmpty(itemData.effectiveShelvingOrder)}
/>
<InfoPopover
iconSize="medium"
content={<FormattedMessage id="ui-inventory.info.shelvingOrder" />}
buttonProps={{ 'data-testid': 'info-icon-shelving-order' }}
/>
</Layout>
</Col>
</Row>
Expand Down
4 changes: 0 additions & 4 deletions src/views/ItemView.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,6 @@ describe('ItemView', () => {
});
});

it('should display the information icons', () => {
expect(screen.getAllByTestId('info-icon-shelving-order')[0]).toBeDefined();
});

describe('when close view page', () => {
it('should call the function to redirect user to instance page', () => {
checkIfUserInCentralTenant.mockClear().mockReturnValue(false);
Expand Down
1 change: 0 additions & 1 deletion translations/ui-inventory/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,6 @@
"administrativeNote": "Administrative note",
"administrativeNotes": "Administrative notes",
"linkedToMarcAuthority": "Linked to MARC authority",
"info.shelvingOrder": "This field is the normalized form of the call number which determines how the call number is sorted while browsing.",

"shortcut.nextSubfield": "quickMARC only: Move to the next subfield in a text box",
"shortcut.prevSubfield": "quickMARC only: Move to the previous subfield in a text box",
Expand Down

0 comments on commit a9ec0ba

Please sign in to comment.