Skip to content

Commit

Permalink
UIIN-3210 Remove hover-over text next to "Shelving order" on the Item…
Browse files Browse the repository at this point in the history
… record detail view
  • Loading branch information
BogdanDenis committed Feb 3, 2025
1 parent d553e47 commit 1f98ab0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 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.
* Remove hover-over text next to "Shelving order" on the Item record detail view. Refs UIIN-3210.

## [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
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
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 1f98ab0

Please sign in to comment.