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

Git repo owner gitmaster at git.koha-community.org
Thu Jun 18 17:37:09 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  aa4eba6d232fd5009312286f5e3575c4ca25e9f3 (commit)
       via  ad6b6db41e92168a3e23d64949817fddb8927aa0 (commit)
      from  c378bfa352a84406cd8eed6c0b7735f0da45c1dc (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 aa4eba6d232fd5009312286f5e3575c4ca25e9f3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 17 11:41:21 2020 -0400

    Bug 25783: Holds Queue treating item-level holds as bib-level
    
    The holds queue builder does not honor
    the new item_level_hold flag. Instead, it only item_level_request if
    in the loop dealing with item level holds. This is incorrect. Item level
    holds may be trapped in the local holds priority loop as well. It's
    trivial to just pass though the correct item/biblio level hold flag.
    
    I do not know how to write a reproducable test plan for these issues.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kim Peine <kim at williston.lib.vt.us>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit db235d33a4caf64387b86ebab7b658bd7759ff21)

commit ad6b6db41e92168a3e23d64949817fddb8927aa0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jun 17 17:18:12 2020 -0300

    Bug 25783: Regression tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kim Peine <kim at williston.lib.vt.us>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit dd4970860d4299c89ce4a698644c08f990bc1468)

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

Summary of changes:
 C4/HoldsQueue.pm            |  8 ++---
 t/db_dependent/HoldsQueue.t | 78 ++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 81 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list