https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38122 --- Comment #126 from Jonathan Druart <jonathan.druart@gmail.com> --- After we "group by status", the sort icons are still available in the column's headers. Once we click on one of them it's no longer possible to group by status (or it would be a second order by clause). The query still contains the group_by_status flag: ?group_by_status=1&_page=1&_per_page=20&_match=contains&_order_by=-me.collection_code This is not correct. Should we remove the group_by_status if we request a sort on a column? Feel free to open a follow-up bug report for suggestions. Also please commit time for testing a patch, I don't want to wait one year (the first patch here has been originally submitted one YEAR ago!) -- You are receiving this mail because: You are watching all bug changes.