Bug 9994 - Changing 'rows per page' on saved sql reports doesn't work with runtime parameters
Summary: Changing 'rows per page' on saved sql reports doesn't work with runtime param...
Status: RESOLVED DUPLICATE of bug 9719
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-07 09:23 UTC by Katrin Fischer
Modified: 2013-05-11 13:11 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2013-04-07 09:23:57 UTC
It's not possible to change the "rows per page" when using a report with runtime parameters.

To reproduce:

1) Create a report using runtime parameters. A simple example one might be:

select * from items where holdingbranch = <<holding|branches>> and homebranch = <<home|branches>>

2) Run the report and make sure you have more than 20 results.
3) Select a higher number for "rows per page" and click "Update"
4) Verify you are taken back and have to reenter your runtime parameters.
5) Verify on running the report agian, the rows per page is again 20.
Comment 1 Katrin Fischer 2013-05-11 13:11:54 UTC

*** This bug has been marked as a duplicate of bug 9719 ***