16 Oct
2024
16 Oct
'24
noon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38177 --- Comment #10 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Pedro Amorim from comment #7)
(In reply to Jonathan Druart from comment #4)
"All" results in 500
This problem exists before the patch, i.e. I think it's another problem.
I don't think so. It's one of the responsibility of build_query_pagination 215 if ( $per_page == -1 || $per_page > 100 ) { $per_page = 100; } -- You are receiving this mail because: You are watching all bug changes.