https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18433 --- Comment #25 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Jonathan Druart from comment #24)
Hum, I get "Template process failed: undef error - The method biblioitem is not covered by tests! at /home/vagrant/kohaclone/C4/Templates.pm line 121." when I export to CSV.
If I apply the patch on a fresh master, I don't get this error, as Koha::Item::biblioitem is defined. You said on bug 18459 that the patch isn't in master, but it is (http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=6527b3b67506db02...) so a git fetch + git rebase should fix the problem
Something else I completely missed before: if you select rows then switch to another page the behaviour will not work as expected.
What are you expecting exactly ? That the hidden rows keep their 'selected' state ? Or that the "Export selected results to" label changes back to "Export all results to" because there is no visible selected rows anymore ? -- You are receiving this mail because: You are watching all bug changes.