[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.11-40-g014efe3dd6

Git repo owner gitmaster at git.koha-community.org
Fri Jun 19 06:24:28 CEST 2020


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, 19.05.x has been updated
       via  014efe3dd63d12b6eba88126bb5ea31a07897643 (commit)
      from  879c34aef6e3c720655531945b9f8c8544fd3919 (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 014efe3dd63d12b6eba88126bb5ea31a07897643
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 10 12:03:20 2020 +0200

    Bug 25701: (bug 14419 follow-up) Always display facet groups in the same order
    
    It seems that this regression comes from bug 14419, but I have not found
    a logic reason behind that.
    This patch restores the behaviour we always had: facet groups must be
    displayed in a given order: the Zebra index (au, ccode, holdingbranch,
    etc.)
    
    Test plan:
    Apply this patch, restart all and confirm that the facets are not moving
    up and down when you refresh your search result page.
    
    QA note:
    I think the following line must be removed
    @facets_loop = sort {defined $a->{expand} && defined $b->{expand} && $a->{expand} cmp $b->{expand}} @facets_loop;
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit d6696944267ca1afd7682193ddf3680a905a773d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 91ad11021609bc15e9099f7fe9d4afeb69786647)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit dcfb394e03e3ccb56b2f6bc21e481cfd001548a1)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list