Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Nick Clemens 4dcf416dc9
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@myacpl.org>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-06-28 14:25:54 +01:00
..
acqui Bug 22975: Remove type attribute from script tags: Acquisitions 2019-05-30 10:25:53 +00:00
admin Bug 23179: Add 'edit subfields' button to framework management 2019-06-25 17:14:29 +01:00
authorities Bug 22979: Remove type attribute from script tags: Authorities 2019-05-30 10:26:22 +00:00
basket Bug 22023: Further improve responsive layout handling of staff client menu bar 2019-03-13 05:31:28 +00:00
batch Bug 20102: Remove attribute "text/css" for <style> element used in staff client templates 2019-02-19 13:52:15 +00:00
catalogue Bug 22901: On items search fix search field change listening 2019-05-30 10:29:17 +00:00
cataloguing Bug 23159: Add comments to addbiblio.tt 2019-06-24 16:12:28 +01:00
circ Bug 23220: Prevent form submission before redirect 2019-06-28 14:25:54 +01:00
clubs Bug 22698: Fix incorrect button classes 2019-04-16 13:17:33 +00:00
common Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00
course_reserves Bug 22698: Fix incorrect button classes 2019-04-16 13:17:33 +00:00
errors Bug 21790: Switch error page template to Bootstrap grid 2018-12-26 20:47:03 +00:00
ill Bug 21460: (follow-up) Fix bugs found in QA 2019-04-25 10:46:56 +00:00
installer Bug 22527: (RM follow-up) Add filter 2019-05-07 15:57:35 +00:00
labels Bug 22698: Fix incorrect button classes 2019-04-16 13:17:33 +00:00
mana Bug 22250: Clean up Mana KB integration with serials and reports 2019-04-11 11:34:14 +00:00
members Bug 23106: Tweak display of totals on payment page 2019-06-24 14:21:18 +01:00
offline_circ Bug 23098: Reword success message of KOC upload process 2019-06-24 14:44:08 +01:00
onboarding Bug 22451: Use Asset everywhere 2019-04-16 13:17:32 +00:00
patron_lists Bug 22505: Add column configuration to patron list table 2019-03-28 18:03:48 +00:00
patroncards Bug 22698: Fix incorrect button classes 2019-04-16 13:17:33 +00:00
plugins Bug 22906: Minor corrections to plugins home page 2019-06-03 17:37:55 +01:00
reports Bug 22856: Show SQL code button should trigger CodeMirror view 2019-05-10 18:58:49 +00:00
reserve Bug 20421: (follow-up) Fix styling 2019-04-29 13:35:35 +00:00
reviews Bug 21570: Update two-column templates with Bootstrap grid: Various 2018-11-05 14:41:09 +00:00
rotating_collections Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00
serials Bug 23126: Display multi-line entries in subscrpitions correctly 2019-06-25 17:18:00 +01:00
services Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
suggestion Bug 22023: Further improve responsive layout handling of staff client menu bar 2019-03-13 05:31:28 +00:00
tags Bug 22698: Fix incorrect button classes 2019-04-16 13:17:33 +00:00
test
tools Bug 22888: Use DataTables for Koha news table filtering 2019-06-24 14:58:02 +01:00
virtualshelves Bug 20891: Escape html then JSON 2019-04-25 10:27:27 +00:00
about.tt Bug 21626: (QA follow-up) Don't crash on missing teams file 2019-05-17 14:46:10 +00:00
auth.tt Bug 22585: remove double-escape for CAS URL 2019-06-13 12:06:49 +01:00
intranet-main.tt Bug 21526: uri escape TT variables when used in 'a href' 2018-10-26 17:09:57 +00:00