[koha-commits] main Koha release repository branch master updated. v16.05.00-571-gbff08b9

Git repo owner gitmaster at git.koha-community.org
Fri Sep 2 16:49:16 CEST 2016


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, master has been updated
       via  bff08b9962318f6eca873693936e369456f428e5 (commit)
      from  6f5e2f8a865ebe07d4745171dda86c2cbb0e6fe1 (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 bff08b9962318f6eca873693936e369456f428e5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 19 14:36:23 2016 +0100

    Bug 17048: Fix pagination offset for authority searches
    
    At the intranet, the pagination has been broken by bug 12478 (Elastic
    Search). There was a confusion between the offset and the page number.
    
    At the OPAC, it is broken since bug 2735 which has mimicked the intranet
    script.
    
    Test plan:
    Search for a term which will return more than 1 page of results.
    Click on the second page
    => Without this patch, the first result of the second page is the second
    result of the first page
    => With this patch applied, the offset will be corrected
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 authorities/authorities-home.pl |    4 ++--
 opac/opac-authorities-home.pl   |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list