[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.00-78-g0d2ebac

Git repo owner gitmaster at git.koha-community.org
Wed Jun 26 16:40:57 CEST 2019


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  0d2ebac7649f35c9273c5181e81a21f654e71f85 (commit)
      from  0529975851150363a64e1528c84db29d0872ada9 (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 0d2ebac7649f35c9273c5181e81a21f654e71f85
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jun 24 09:58:00 2019 -0500

    Bug 23082: Fatal error editing a restricted patron
    
    In members/memberentry.pl we have to explicitely remove the template's
    params that are not patron's attributes.
    
    Certainly caused by
      commit 1bb6cec902088d07c7a43addc4b4adb5b0bf3d4f
      Bug 20287: Fix update of patrons, clean the data before ->store
    
    Test plan:
    Create a restriction for a patron
    Edit patron's details
    Remove the restriction
    => Without this patch you get "No property remove_debarment for
    Koha::Patron"
    => With this patch applied the restriction is removed
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 8947d5939fb33efd0887a6f443d392b9df17e2aa)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 members/memberentry.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list