[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-80-gdc842ba

Git repo owner gitmaster at git.koha-community.org
Wed May 21 09:49:27 CEST 2014


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, 3.14.x has been updated
       via  dc842baa70e5dcf232f15cff232409fdcd833014 (commit)
      from  1e6c33c41b1b6c94bb8bc84626ed64da42abe6d5 (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 dc842baa70e5dcf232f15cff232409fdcd833014
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Feb 19 15:26:24 2014 -0500

    Bug 11796: fix display of search result facets if facet happens to have exactly six entries
    
    If a search gives results with 6 facets, one of those facets won't be
    displayed. This is due to a bug in the code that only considers great
    than 6 facets in one area, and less than 6 in another.
    
    Test Plan:
    1) Perform a search that should give results for 6 different libraries
    2) Note you only see 5 libraries in the facets with no option to expand
    3) Apply this patch
    4) Repeat step 1
    5) Note you now have the option to expand the facets list
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    This patch should provide a regression test but I really don't know how
    to write it.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit e7286e05137276f0a916f06d60a13c22c93294b2)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Search.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list