Details
Assignee
UnassignedUnassignedReporter
Khalilah GambrellKhalilah GambrellPriority
P3Development Team
BienenvolkTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Khalilah Gambrell
Khalilah GambrellPriority
Development Team
Bienenvolk
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created August 30, 2024 at 6:15 PM
Updated January 14, 2025 at 11:01 PM
The problem: currently result lists in FOLIO suffer due to poor accessibility. Row-level block anchors is the direct cause.
The solution: render links to detail records within result listing cells and remove the block level anchors.
Use the exported
defaultMCLRowFormatter
from stripes-components rather than the built-in anchor formatter ofSearchAndSort
Implement a local function to get the URL of each result item.
Render the link in a cell using the
<TextLink>
component from stripes-components.use the
SearchAndSort
prop settingresultRowClickHandlers={false
} to suppressSearchAndSort
's built-in click behavior.supply your app's own
resultIsSelected
logic - in this PR, we hold the selected item in a state key that's set when the record link is clicked and cleared when the view record is dismissed.Refs https://folio-org.atlassian.net/browse/UIREQ-716#icft=UIREQ-716, https://folio-org.atlassian.net/browse/STCOM-904#icft=STCOM-904
Also see PR https://github.com/folio-org/ui-requests/pull/849
Implementation:
Apply same implementation as shown on Users app https://folio-snapshot.dev.folio.org/users?query=diku&sort=name
Each result list > Select the column to hyperlink
Clicking hyperlink should have the same behavior that we have today when you select a row