13 May
2025
13 May
'25
11:22 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38010 --- Comment #401 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Katrin Fischer from comment #399)
Pushed last follow-up.
@Joubu: Your patch restores the sorting. But I am wondering: I don't see the mark-up for date sorting in the table. data-order with the sortable form of the date?
Applied patch, ran yarn build.
Looks ok to me: https://snipboard.io/1D8hHo.jpg The trick is here: + return type == "sort" + ? row.contractenddate + : format_date(row.contractenddate); -- You are receiving this mail because: You are watching all bug changes.