https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42190 --- Comment #30 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Andrew Fuerste-Henry from comment #29)
After BZ 42163 and 42003 pushed, columns with data menus (biblionumber, itemnumber, borrowernumber, cardnumber) have some trouble. They sort as strings rather than numbers (1,10,100,2). Also, sorting the column causes the data menu options to reappear if one has hidden them.
To recreate: apply patch - make a report "select biblionumber from biblio" - observe numbers in number order - open in datatables - observe numbers in string order - click "Hide data menus" - click biblionumber column header to reorder column - observe the data menu links come back but the data menus button still says "show data menus" - edit your report, renaming column to remove data menus -- "select biblionumber as bibble from biblio" - run report, open in datatables, observe it sorts correctly
Given that we enter soft feature freeze today I am wondering if that could be handled as a follow-up if the feature itself works apart from the sorting of numerical columns? I think this would make a great feature for 26.05. -- You are receiving this mail because: You are watching all bug changes.