https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30271 --- Comment #6 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- I think the ideal solution for this would be to solve it at the datatables level. ILL currently does not have this, for several reasons, but for ERM agreements for example you have filters on top of each column. Create a new agreement, see the agreements list. You can filter for status directly from the status column. We could consider implementing an option for "negative filtering" where one would select a list of statuses to not show, instead of show. This could also work for every column. This would mean that all of Koha where datatables are being used would benefit from this enhancement. I'd like to remove the system preference because it's a work around for something that should be fixed in a different way and it's anti-pattern (no other table in Koha has this). I don't feel strongly about it, if people are using and happy with it, it should stay of course. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.