https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42190 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #29 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- 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 -- You are receiving this mail because: You are watching all bug changes.