[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.10-17-gf346c4d

Git repo owner gitmaster at git.koha-community.org
Thu Oct 17 21:45:41 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, 18.11.x has been updated
       via  f346c4d076d0ad383217f3c31f6dcad53dded5db (commit)
      from  49029a40b7cd10259e08c827eef0f933d6853dd1 (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 f346c4d076d0ad383217f3c31f6dcad53dded5db
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Sep 9 16:58:04 2019 +0000

    Bug 23575: Template error causes item search to be submitted multiple times
    
    This patch corrects the item search template so that the submit handler
    is not nested inside an unrelated loop. The change should have no
    outward effect on the behavior of the item search other than making it
    faster.
    
    To observe the bug in action, open your browser's developer tools and
    click the "Network" tab. Filter the output to only "XHR" and perform an
    item search. You should see multiple requests.
    
    To test, apply the patch and perform an item search. It should behave
    normally.
    
    Check the browser's "Network" monitor again to verify that only one
    request is being sent.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 075261645e1650629038c9a09e8d9e387bcc5474)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 3cf3782a6097067d57030772417c3a2fe5cc9566)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list