[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.00-33-g2605cbb912

Git repo owner gitmaster at git.koha-community.org
Thu Jun 18 00:13:57 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, 20.05.x has been updated
       via  2605cbb912a6259c46e9083789100577a02e498e (commit)
       via  91ad11021609bc15e9099f7fe9d4afeb69786647 (commit)
      from  2f09061186a7459c992e610ca8b8dac9a7f427b1 (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 2605cbb912a6259c46e9083789100577a02e498e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jun 10 10:58:25 2020 +0000

    Bug 25701: Remove sort on removed field
    
    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 35bb41dfc14603d85a6ddb85fec9b4de8d1a4001)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 91ad11021609bc15e9099f7fe9d4afeb69786647
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>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list