From 1f98ab031cd87072701aa318f48dbbd9110aa877 Mon Sep 17 00:00:00 2001 From: Denys Bohdan Date: Mon, 3 Feb 2025 12:51:37 +0100 Subject: [PATCH] UIIN-3210 Remove hover-over text next to "Shelving order" on the Item record detail view --- CHANGELOG.md | 1 + src/views/ItemView.js | 6 ------ translations/ui-inventory/en.json | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ab5393f..fb37238e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/views/ItemView.js b/src/views/ItemView.js index 7c4b2a1e1..afd01fdec 100644 --- a/src/views/ItemView.js +++ b/src/views/ItemView.js @@ -47,7 +47,6 @@ import { HasCommand, collapseAllSections, expandAllSections, - InfoPopover, Layout, MenuSection, NoValue, @@ -1272,11 +1271,6 @@ const ItemView = props => { label={} value={checkIfElementIsEmpty(itemData.effectiveShelvingOrder)} /> - } - buttonProps={{ 'data-testid': 'info-icon-shelving-order' }} - /> diff --git a/translations/ui-inventory/en.json b/translations/ui-inventory/en.json index 912abbcd1..e23ec3fe8 100644 --- a/translations/ui-inventory/en.json +++ b/translations/ui-inventory/en.json @@ -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",