If you create an SQL report that includes a parameter and the report has more than 20 rows of output, using the pagination bar to go to subsequent pages of output does not work - instead, it prompts you for the parameter value(s) again and shows the first page of output. E.g.: select surname, cardnumber from borrowers where branchcode = <<foo>>;
Created attachment 4260 [details] [review] proposed bugfix
I have applied this patch and I still don't see the pagination bar. Marking failed QA, someone else can test to see if it's just me.
nevermind me :) it works lovely when you apply the first patch.
Pushed to master, please test