[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.09-36-gd42974f

Git repo owner gitmaster at git.koha-community.org
Tue Sep 24 20:26:28 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  d42974f5bb2cae2f05ec388dab662cdee18f9840 (commit)
      from  297e2853e66402fd1cab6cc50faeb4abd1836025 (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 d42974f5bb2cae2f05ec388dab662cdee18f9840
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 30 12:25:45 2019 +0000

    Bug 23518: Problem with borrower search autocomplete
    
    This patch fixes a bug introduced by my patch for Bug 23405: Keyboard
    navigation of patron autocomplete results was broken because I
    incorrectly assumed that the autocomplete "select" action was redundant
    because keyboard navigation would trigger the selected link. It doesn't!
    
    This patch adds the "select" action back to the autocomplete
    configuration, explicitly defining a redirect to match the URL which is
    followed if the user uses the mouse to click a result.
    
    To test you should have a patron in your database which has no card
    number. Make sure CircAutocompl is enabled.
    
    - From the circulation home page, type a patron name in the "Check out"
      form and wait for autocomplete search results to display.
    
    - Making a selection from the autocomplete results should work by
      clicking with a mouse OR using the arrow keys and TAB or ENTER.
    
    - Test with patrons with and without card numbers.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Michal Denar <black23 at gmail.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 b94b58aa746188ee3699a2e4bc0a6b24d2dd86c5)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit fec88c6414a7269a91d07388c00784c09bbb0494)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list