Done
Details
Assignee
Daniel TrinhDaniel TrinhReporter
Julian LadischJulian LadischTester Assignee
Charlotte WhittCharlotte WhittLabels
Priority
P3Story Points
3Sprint
NoneDevelopment Team
ProkopovychTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Daniel Trinh
Daniel TrinhReporter
Julian Ladisch
Julian LadischTester Assignee
Charlotte Whitt
Charlotte WhittLabels
Priority
Story Points
3
Sprint
None
Development Team
Prokopovych
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 20, 2020 at 12:51 PM
Updated January 15, 2021 at 2:41 PM
Resolved January 15, 2021 at 2:41 PM
Overview:
Disable sorting by the "relation" column because this cannot work as there is no "relation" property.
Steps to Reproduce:
Click on the "relation" column head
This enables sorting by "relation" or toggles its ascending/descending sort order.
However, the "relation" entries don't get sorted.
Neither mod-inventory nor mod-inventory-storage have a "relation" property in the instance record. Sorting by a non-existing property requires a full table scan resulting in bad performance but does not result in the expected order. Example query:
https://folio-goldenrod-okapi.dev.folio.org/inventory/instances?limit=100&query=(keyword all "a*") sortby relation/sort.descending
The front-end should disable the sort option for the "relation" column.