[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.07-45-ge44d62b

Git repo owner gitmaster at git.koha-community.org
Thu Jul 25 23:47:47 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  e44d62b067db721a930c89cea9df5acd83ee45ee (commit)
      from  496e507122bc3aa26828bb554db8d11562445eb1 (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 e44d62b067db721a930c89cea9df5acd83ee45ee
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jun 26 12:49:14 2019 +0000

    Bug 23220: Prevent form submission before redirect
    
    To test:
     1 - Check in an item to generate a transfer (form another library, no floating)
     2 - Check it in again, click 'Cancel transfer'
     3 - It may or may not work
     4 - To highlight the issue edit return.tt to add the delay line as below:
    	$('.cancel-transfer').on("click",function(e){
    		delay(5000);
    		window.location.href='/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber | html %]&canceltransfer=1'
    	});
     5 - Check in the item repeatedly, click 'Cancel transfer'
     6 - View the item in the staff or opac and verify it remains in transit
     7 - Undo changes above, apply patch
     8 - Test 'Cancel transfer', note it works
     9 - Add the delay back in, confirm it still works
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 4dcf416dc9547fd28e6ed846d08d6bbecb144552)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 0dd58132e64be0d146d1809967a41730965c5d62)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list