[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.00-19-g6012bc8

Git repo owner gitmaster at git.koha-community.org
Mon Dec 14 08:20:30 CET 2015


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, 3.22.x has been updated
       via  6012bc8b9988bd4cc2b6fbeecb5de32171f193b6 (commit)
      from  23837e1c137a5933601712689dbe7c8d0711f252 (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 6012bc8b9988bd4cc2b6fbeecb5de32171f193b6
Author: Blou <philippe.blouin at inlibro.com>
Date:   Thu Sep 17 11:33:38 2015 -0400

    Bug 14846 - Items with no holdingbranch causes svc/holds to crash
    
    When trying to display the holds for a user, if an item has no
    holdingbranch, it causes the svc/holds service to crash and the display
    to freeze.
    
    Tentative steps to reproduce on any DB:
    1) put 1 or more items on hold for a given user.
    2) go into the database and set the item.holdingbranch to NULL
    3) In the user's page, in checkouts (circulation.pl), click the tab that
       should be written 1 Hold(s)
    4) It will be "Processing" indefinitely.
    
    The cause is the svc/holds code that crashes.  The fix will validate
    that there's an holdingbranch before proceding with the code.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit c6f7496422a593fdfe4dd2633aed4b190703d03d)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 svc/holds |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list