11 Dec
2018
11 Dec
'18
3:18 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21984 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 83051 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83051&action=edit Bug 21984: Pass param_name in ppagination URL To test: 1 - Create a report like: SELECT <<cat>>,<<dog>>,<<cat>> FROM items 2 - Run the report, enter 'CATS' and 'DOGS' 3 - Get results LIKE "CAT | DOG | CAT" 4 - Try to go to page 2 5 - FAIL! (last column is blank) 6 - Apply patch 7 - Run the repot, enter 'CATS' and 'DOGS' 8 - Verify first page looks right 9 - Go to page 2 10 - Results are correct! -- You are receiving this mail because: You are watching all bug changes.