[koha-commits] main Koha release repository branch master updated. v17.11.00-1352-gaf765d3

Git repo owner gitmaster at git.koha-community.org
Wed Apr 25 22:03:00 CEST 2018


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, master has been updated
       via  af765d348fdc4ba7106dc3ee767ccd71f86835d5 (commit)
      from  53045699eb84926f41b3316fd9f96bed7671dbed (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 af765d348fdc4ba7106dc3ee767ccd71f86835d5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 25 16:52:07 2018 -0300

    Bug 20659: Fix blocking errors display
    
    The include file blocking-errors.inc has been created to by-pass regular
    processing and display an error that should block the elements of the
    view.
    
    For instance you call a patron's page with invalid borrowernumber => we
    do not want the app to crash (500) or the page to display with broken
    elements.
    
    It worked well on bug 18403 but it's now broken, a blank page is
    displayed instead.
    It may be caused by the move of the JS to the bottom of the page.
    
    Test plan:
    hit /cgi-bin/koha/members/moremember.pl?borrowernumber=45432
    Without this patch a blank page is displayed.
    With this patch you see the blocking error
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/blocking_errors.inc |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list