16 Oct
2024
16 Oct
'24
11:55 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38177 --- Comment #11 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- You're(In reply to Jonathan Druart from comment #10)
(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; }
I must've tested it wrong, tested it again, you're right. Apologies. Thanks a lot for your help and input here @Joubu -- You are receiving this mail because: You are watching all bug changes.