[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-102-ga609803360

Git repo owner gitmaster at git.koha-community.org
Fri Apr 3 23:04:04 CEST 2020


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.11.x has been updated
       via  a609803360556459a092067e98a0ca71c5a6797c (commit)
       via  a8fb7067706344a14da37efb4bf1f6b078e80670 (commit)
       via  673129ebf89616185d133d9354487e8d8e32d2ef (commit)
       via  161feda3dda4a8d11872757a84f829934cce0a8e (commit)
      from  93e881a7253a8ace8163ae522b80d0338fb003ca (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 a609803360556459a092067e98a0ca71c5a6797c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 16 12:16:27 2020 +0100

    Bug 24510: Add missing filter
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit a8fb7067706344a14da37efb4bf1f6b078e80670
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 26 17:38:53 2020 +0100

    Bug 24510: Code cleaning
    
    Additional test plan:
    Create 3 clubs: abc adf axy
    place a hold for on of those club, search for a club 'a'
    you will get the focus on the "Clubs" tab
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 673129ebf89616185d133d9354487e8d8e32d2ef
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Feb 26 15:53:48 2020 +0000

    Bug 24510: When Placing a Hold, cursor doesn't focus on Patron Name
    
    This alternate patch tries to implement a fix in a more "correct" way by
    tying the cursor focus to the initialization of the jQueryUI tabs. By
    configuring both the "create" and "activate" events we can make sure the
    correct input field is focused.
    
    I think the only advantage of this patch over the other one is that
    tying the focus to the tabs activation makes it a little more obvious
    where in the DOM loading sequence the focus is being set.
    
    To test, follow the original patch's test plan:
    
    TEST PLAN:
    1. Go to Biblio Record
    2. Place Hold (request.pl) - either the Hold above the Bib or the Hold
       on the left, it does the same thing.
    3. Note that the cursor does not go to Patron Name (for whom to place
       the hold for), it goes to the Top Search bar under Checkout.
    4. Apply patch and reload the page.
    5. The focus should now be correctly set.
    6. Toggle between 'Patrons' and 'Club' tabs.
    7. Focus should stay set.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 161feda3dda4a8d11872757a84f829934cce0a8e
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Jan 24 15:34:07 2020 +0000

    Bug 24510: Add focus to Patron/club input
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/reserve/request.tt      | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list