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 <[email protected]>
Date:   Wed Jun 10 10:58:25 2020 +0000

    Bug 25701: Remove sort on removed field
    
    Signed-off-by: Nick Clemens <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 35bb41dfc14603d85a6ddb85fec9b4de8d1a4001)
    
    Signed-off-by: Lucas Gass <[email protected]>

commit 91ad11021609bc15e9099f7fe9d4afeb69786647
Author: Jonathan Druart <[email protected]>
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 <[email protected]>
    
    Signed-off-by: Nick Clemens <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit d6696944267ca1afd7682193ddf3680a905a773d)
    
    Signed-off-by: Lucas Gass <[email protected]>

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

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


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to