[Koha-bugs] [Bug 9994] New: Changing 'rows per page' on saved sql reports doesn't work with runtime parameters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 7 11:23:57 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9994

            Bug ID: 9994
           Summary: Changing 'rows per page' on saved sql reports doesn't
                    work with runtime parameters
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Reports
          Assignee: gmcharlt at gmail.com
          Reporter: katrin.fischer at bsz-bw.de

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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list