Bug 6409 - pagination bar for guided report output does not work if report has parameters
Summary: pagination bar for guided report output does not work if report has parameters
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: 3.4
Hardware: All All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact: Bugs List
URL:
Keywords:
Depends on: 6340
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-25 18:35 UTC by Galen Charlton
Modified: 2013-12-05 20:01 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
proposed bugfix (1.39 KB, patch)
2011-05-25 18:47 UTC, Galen Charlton
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Galen Charlton 2011-05-25 18:35:51 UTC
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>>;
Comment 1 Galen Charlton 2011-05-25 18:47:21 UTC
Created attachment 4260 [details] [review]
proposed bugfix
Comment 2 Nicole C. Engard 2011-05-25 19:53:32 UTC
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.
Comment 3 Nicole C. Engard 2011-05-25 20:17:14 UTC
nevermind me :) it works lovely when you apply the first patch.
Comment 4 Chris Cormack 2011-06-09 23:47:42 UTC
Pushed to master, please test