Bug 21984: Pass param_name in pagination URL
authorNick Clemens <nick@bywatersolutions.com>
Tue, 11 Dec 2018 15:15:57 +0000 (15:15 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 19 Dec 2018 16:32:00 +0000 (16:32 +0000)
commitf28a97034dd06b0f2b0e2e5fc56bea3878ffc717
tree4f9a8692af3ab49eab949fc1b77262dc859c71fe
parent5ea668056a6222c88c37a8ba5ee638ad827ec284
Bug 21984: Pass param_name in pagination 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!

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: “Lucas Gass” <lucas@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
reports/guided_reports.pl