https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38010
--- Comment #401 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ 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/
