Bug 37334 - Cannot order/sort holdings table by status
Summary: Cannot order/sort holdings table by status
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-11 20:21 UTC by Lucas Gass
Modified: 2024-09-16 18:24 UTC (History)
7 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass 2024-07-11 20:21:53 UTC
Currently one is not able to sort the holdings table by status. IN catalogue_detail.inc I see the following: 

451                 data: "me.lost_status", 
452                 className: "status",
453                 searchable: false, // FIXME We are losing the ability to search on the status
454                 orderable: false,
455                 render: function (data, type, row, meta) {

Setting orderable to true brings back the icons, but I am assuming since this wasn't fixed initially that it is not trivial.
Comment 1 Dani Elder 2024-07-15 19:17:03 UTC
We do use this feature regularly. Thanks for fixing it.