https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38177
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #173127|0 |1 is obsolete| | Attachment #173128|0 |1 is obsolete| | Attachment #173129|0 |1 is obsolete| | --- Comment #20 from Jonathan Druart <[email protected]> --- Created attachment 173190 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173190&action=edit Bug 38177: Do not use stash to retrieve parameters The pagination for EBSCO's titles, packages and resources is broken. We shouldn't rely on $c->stash but use params from the request instead. Test plan: 1) Setup all the system preferences in ERM: <staff_url>/cgi-bin/koha/admin/preferences.pl?tab=erm 2) Enable EBSCO in ERMProviders. Set the ERMProviderEbscoApiKey and ERMProviderEbscoCustomerID prefs. 3) Do a search that returns more than 20 records. Click on a page other than 1. Notice the records do not change (Page is the same). 4) Apply patch. Repeat. Notice pagination now works. Search titles, packages and resources Use the pagination and modify the number of results per page Signed-off-by: Pedro Amorim <[email protected]> Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
