[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.07-43-gf8b7a5f

Git repo owner gitmaster at git.koha-community.org
Thu Jul 25 23:38:33 CEST 2019


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.11.x has been updated
       via  f8b7a5f5e144e9539c1c7e7fd59904257b0ed33f (commit)
      from  a7a6f941f1e5bf246692f0344666be2119c5bbea (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 f8b7a5f5e144e9539c1c7e7fd59904257b0ed33f
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Jun 19 12:07:58 2019 +0200

    Bug 23156: [18.11] Add pagination to checkouts in ILS-DI GetPatronInfo service
    
    When patrons have a lot of checkouts, GetPatronInfo can take a lot of
    time. This patch introduces two new parameters to allow pagination of
    this list of checkouts
    
    Also, fix a warning in C4::ILSDI::Services::GetPatronInfo
    
    Test plan:
    1. Go to /cgi-bin/koha/ilsdi.pl?service=GetPatronInfo&patron_id=X&show_loans=1
       where X is a borrowernumber of a patron who has several checkouts
       Verify that all checkouts are listed
    2. Add '&loans_per_page=1&loans_page=1' to the URL. Verify that you have
       now only one checkout listed, and that there is a new element
       <total_loans> which contain the total number of checkouts
    3. Increase the page number in the URL until you have seen all checkouts
    4. prove t/db_dependent/ILSDI_Services.t
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/ILSDI/Services.pm            |   17 +++++++++++-
 opac/ilsdi.pl                   |    2 +-
 t/db_dependent/ILSDI_Services.t |   56 +++++++++++++++++++++++++++++++++++++--
 3 files changed, 71 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list