[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.06-82-g9402b7c24c

Git repo owner gitmaster at git.koha-community.org
Mon Jun 22 06:48:05 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  9402b7c24cac53003f5ddb22b021d10016e4f2c1 (commit)
      from  0bc4e414593b4d57576d2f9615ed3146b4acb6b3 (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 9402b7c24cac53003f5ddb22b021d10016e4f2c1
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu May 21 13:52:32 2020 -0400

    Bug 25537: Page reload at branchtransfers.pl loses destination branch
    
    At branchtransfers.pl, one selects a destination branch and scans in any
    number of items to generate transfers to that branch. However, anything
    that makes the page reload causes your branch selection to be lost,
    reverting you back to whichever branch comes first alphabetically.
    
    This is an invitation to error when one has a stack of books to
    send all to the same branch. Could that error handling get moved
    into a modal or something that won't reload the page?
    
    Test Plan:
    1) Place a hold on an item and set it to waiting
    2) Initiate a branch transfer from branchtransfers.pl for any branch but
       the first in the pulldown branch selector
    3) Choose to cancel the hold and transfer
    4) Note the pulldown reverts to the first option
    5) Apply this patch
    6) Repeat steps 1-3
    7) Note the pulldown retains your preveiously selected branch!
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8ab8df3866352568509ed34f02a5566e750dee21)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit c8c394d1704acab20717ac3939ee1e5d45343e92)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list