[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.01-4-g41ad2ba4db

Git repo owner gitmaster at git.koha-community.org
Fri Jul 10 17:52:16 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  41ad2ba4db8d70f5010f530883ded02c0641329d (commit)
      from  ca74f037d83a7c406f187bdfe77cbed7b2f4aade (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 41ad2ba4db8d70f5010f530883ded02c0641329d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jun 16 08:00:45 2020 -0400

    Bug 25769: Patron self modification triggers change request for date of birth to null
    
    If PatronSelfModificationBorrowerUnwantedField contains dateofbirth, all
    patron self modification requests will attempt to set dateofbirth to
    null instead of ignoring the field.
    
    Test Plan:
    1) Add dateofbirth to PatronSelfModificationBorrowerUnwantedField
    2) Run a patron self modification
    3) Note the request sets dateofbirth to null on the staff side
    4) Apply this patch
    5) Restart all the things!
    6) Run another self-modification
    7) Note of the staff side that dateofbirth is unaffected
    
    Signed-off-by: Emmi Takkinen <emmi.takkinen at outlook.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 73c421a5164a3af4b2b8e1001b49f29213a94e3a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 opac/opac-memberentry.pl | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list