https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37334
Bug ID: 37334
Summary: Cannot order/sort holdings table by status
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/