[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-30-g76b470f035

Git repo owner gitmaster at git.koha-community.org
Wed May 13 23:35:44 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.05.x has been updated
       via  76b470f0352acb25b9635aea45f5b42bd2ff2fc3 (commit)
       via  3c419c007c538cff8a233e6b5777fc57ae022f1f (commit)
      from  0bbaf0d1e67d343beba5b043408c488db30db8bd (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 76b470f0352acb25b9635aea45f5b42bd2ff2fc3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 8 10:52:23 2020 -0400

    Bug 22778: Add unit test
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 0c64138dd1787dd35c06cad1512dd1a2de470bfb)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 3c419c007c538cff8a233e6b5777fc57ae022f1f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 25 15:50:35 2019 -0400

    Bug 22778: Suggestions with no "suggester" can cause errors
    
    If one tries to modify a suggestion that has no suggester you will get the following error:
    
    Can't call method "lang" on an undefined value at /usr/share/koha/lib/C4/Suggestions.pm line 506
    
    Koha assumes that every suggestion has a borrowernumber in suggestedby
    
    Test Plan:
    1) Create a suggestion with an unpopulated suggestedby
    2) Attempt to modify that suggestion
    3) Note the error
    4) Apply this patch
    5) Restart all teh things
    6) Attempt to modify that suggestion
    7) No error!
    
    Signed-off-by: David Roberts <david at koha-ptfs.co.uk>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit cac73b47ef221b32a6254fd25f22c86bcdd20c20)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Suggestions.pm            |  3 ++-
 t/db_dependent/Suggestions.t | 35 ++++++++++++++++++++++++++++++++++-
 2 files changed, 36 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list