[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.06-49-g33934f9dba

Git repo owner gitmaster at git.koha-community.org
Thu Jun 18 08:20:48 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.11.x has been updated
       via  33934f9dba130bb5de7d758b73df308ab71f2efd (commit)
       via  dcfb394e03e3ccb56b2f6bc21e481cfd001548a1 (commit)
      from  1a90ca94ddb5ff170fb0e0ae4ef65fd9ca5bb0fb (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 33934f9dba130bb5de7d758b73df308ab71f2efd
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>
    (cherry picked from commit 2605cbb912a6259c46e9083789100577a02e498e)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit dcfb394e03e3ccb56b2f6bc21e481cfd001548a1
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>

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

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