[koha-commits] main Koha release repository branch new/bug_9719 created. v3.12.00-beta1-410-g020b8a6

Git repo owner gitmaster at git.koha-community.org
Wed May 1 13:21:17 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_9719 has been created
        at  020b8a66bc1ea9173ede154678ff690fd5f67c1f (commit)

- Log -----------------------------------------------------------------
commit 020b8a66bc1ea9173ede154678ff690fd5f67c1f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Feb 27 08:46:56 2013 -0500

    Bug 9719 - Changing the rows per page on a custom report fails if it has user supplied parameters
    
    If you create an SQL report that includes one or more parameters,
    using the 'rows per page' pulldown does not work. Instead, it will
    prompt for the parameters again and shows the first page of output.
    
    Test Plan:
    1) Create a new report from sql as follows:
        SELECT * FROM borrowers WHERE surname LIKE <<Last Name>> AND firstname LIKE <<First Name>>
    2) Run this report
    3) Change the 'Rows per page' and click 'Update'
    4) This should kick you back to the start where the report asks you for your parameters
    5) Apply the patch
    6) Repeat step 3, this time is should work correctly
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works nicely now. All tests and QA script pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 21f190c86a126dc5ccb7572a4bda5fc413c3f4c7
Merge: a769f29 559ff89
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed May 1 07:22:31 2013 -0400

    Merge branch 'bug_9957' into 3.14-master

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list