[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.07-17-g1a2f6d1

Git repo owner gitmaster at git.koha-community.org
Fri Dec 28 18:04:16 CET 2018


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, 18.05.x has been updated
       via  1a2f6d10b962916c992540a4128c3738538b91f5 (commit)
      from  041dd3e0602f52a4286736015850fc4f646ad3a6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1a2f6d10b962916c992540a4128c3738538b91f5
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Dec 11 15:15:57 2018 +0000

    Bug 21984: Pass param_name in pagination URL
    
    To test:
     1 - Create a report like:
        SELECT <<cat>>,<<dog>>,<<cat>> FROM items
     2 - Run the report, enter 'CATS' and 'DOGS'
     3 - Get results LIKE "CAT | DOG | CAT"
     4 - Try to go to page 2
     5 - FAIL! (last column is blank)
     6 - Apply patch
     7 - Run the repot, enter 'CATS' and 'DOGS'
     8 - Verify first page looks right
     9 - Go to page 2
    10 - Results are correct!
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: “Lucas Gass” <lucas at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f28a97034dd06b0f2b0e2e5fc56bea3878ffc717)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f7f5d6f2e2a6331ba2ae0671e10ce883f550dbb3)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 reports/guided_reports.pl |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list