[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.11-31-gb2125dc

Git repo owner gitmaster at git.koha-community.org
Mon Oct 24 11:47:41 CEST 2016


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  b2125dcc2f55f902d78e7eec4fc455ece8eaf43a (commit)
      from  33f3f1c16306211682a5a367d54fba8add3854e5 (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 b2125dcc2f55f902d78e7eec4fc455ece8eaf43a
Author: Marc <veron at veron.ch>
Date:   Wed Oct 5 15:43:29 2016 +0200

    Bug 17403: Internal Server Error while deleting patron
    
    This patch fixes a Internal Server Error while deleting patrons.
    
    To reproduce:
    
    - Go to a patron's detail page
    - Toolbar : More : Delete
    - Confirm "Are you sure you want to delete..."
    
    Result: Internal Server Error
    Plack error log:
    exited nonzero: 1 at /home/marc/koha/members/deletemem.pl
    Note: Patron is deleted
    
    Additional tests: Try to delete yourself, to delete a staff member
    without having superlibrarian permission etc.
    
    To test:
    
    - Apply patch
    - Re-start plack
    - Try to reproduce steps above (with other patron)
    Expected result:
    No Internal Server Error, Redirect to Home > Patrons
    
    Amended to include all occurences of 'exit 1'
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Good catch Marc
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit b588babdb23bfdc1163864a26c36a61bf8a39ae5)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 0e953489908f8fb44bd6173620050054e0a66e71)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 members/deletemem.pl |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list