https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33736 --- Comment #62 from Jonathan Druart <jonathan.druart@gmail.com> --- commit 025ed2d09aadc229490c94c5c82234e6942dbcf9 Bug 33736: Ensure datatable filter row takes visible into account I am really concerned about this commit. On bug 33484 AND bug 36640 I am adjusting this code to fix problems with the column visibility. I made sure that we didn't have conflict with the state, the column visibility, the hidden column (forced in the config), and the different tables. This patch should really be on its own bug and the different tables tested, not only this one. I am going to drop the changes made here for the other 2 bugs, but if we have 4 different codes (pre 33736, post 33736, 33736+33484, post 33736+33484+36640) to maintain in main and stable, it will be a nightmare to fix. -- You are receiving this mail because: You are watching all bug changes.