Main Koha release repository https://koha-community.org
Find a file
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 4833: (QA follow-up) Add budgetname to SearchSuggestion 2019-05-15 16:46:47 +00:00
admin Bug 23034: (RM follow-up) Consistent coding style 2019-06-24 14:49:24 +01:00
api/v1 Bug 23154: Add pagination to /api/v1/checkouts 2019-06-24 16:14:42 +01:00
authorities
basket
C4 Bug 23126: Display multi-line entries in subscrpitions correctly 2019-06-25 17:18:00 +01:00
catalogue Bug 22424: Add search by all lost statuses to item search 2019-04-30 13:39:44 +00:00
cataloguing Bug 23117: Shortcut additem.pl on nonexistent biblionumber 2019-06-15 08:01:37 +01:00
circ Bug 23158: Make the assignment statement more readable 2019-06-24 17:14:35 +01:00
clubs
course_reserves
debian Bug 23090: Add some special characters 2019-06-21 10:00:37 +01:00
docs Bug 23130: Add David Nind to contributors 2019-06-20 09:53:56 +01:00
errors
etc Bug 20292: Filter/censor info sent via SIP 2019-06-24 15:33:48 +01:00
ill Bug 21460: (follow-up) Fix bugs found in QA 2019-04-25 10:46:56 +00:00
installer Bug 23109: (RM follow-up) Correction to typo in DBRev 2019-06-24 18:25:07 +01:00
Koha Bug 22566: Fix some more issues 2019-06-25 17:01:11 +01:00
koha-tmpl Bug 23220: Prevent form submission before redirect 2019-06-28 14:25:54 +01:00
labels
members Bug 23082: Fatal error editing a restricted patron 2019-06-25 16:49:16 +01:00
misc Bug 23191: (follow-up) Improve output 2019-06-25 17:19:56 +01:00
offline_circ
opac Bug 23126: Display multi-line entries in subscrpitions correctly 2019-06-25 17:18:00 +01:00
OpenILS
patron_lists
patroncards
plugins Bug 21073: (QA follow-up) Avoid unnecessary unless/else construct 2019-06-18 17:30:44 +01:00
reports Bug 22090: Add missing information to cash register CSV file 2019-04-16 13:17:32 +00:00
reserve Bug 23116: AllowHoldPolicyOverride allows a librarian to almost place a hold on an item already on hold 2019-06-25 16:48:20 +01:00
reviews
rotating_collections
serials Bug 23126: Remove more unnecessary linebreak processing from serial collection 2019-06-25 17:18:22 +01:00
services
skel
suggestion Bug 22905: (QA follow-up) remove bad warn 2019-05-23 14:41:14 +00:00
svc Bug 23144: (QA follow-up) Fix another POD error in svc/barcode 2019-06-20 09:27:39 +01:00
t Bug 23211: Prevent SIP/Transaction.t to fail randomly 2019-06-26 09:01:17 +01:00
tags
tmp/modified_authorities
tools Bug 22888: Use DataTables for Koha news table filtering 2019-06-24 14:58:02 +01:00
virtualshelves Bug 22941: Do not return 500 if sortfield contain parenthesis 2019-06-15 07:47:02 +01:00
xt
.editorconfig
.gitignore
.htaccess
.mailmap
.scss-lint.yml
about.pl Bug 21626: (QA follow-up) Don't crash on missing teams file 2019-05-17 14:46:10 +00:00
changelanguage.pl
fix-perl-path.PL
gulpfile.js
help.pl
INSTALL
Koha.pm Bug 23109: DBRev 19.06.00.008 2019-06-24 17:14:36 +01:00
koha_perl_deps.pl
kohaversion.pl
LICENSE
mainpage.pl
Makefile.PL Bug 21626: (QA follow-up) Embed teams.yaml for debian packages 2019-05-17 14:46:10 +00:00
MANIFEST.SKIP
package.json
README
README.md
README.robots
rewrite-config.PL
yarn.lock

Koha is a free software integrated library system (ILS).

Koha is distributed under the GNU GPL version 3 or later.

Note: This is a synced mirror of the official Koha repo.

Note: Koha does not accept pull requests from git hosting sites.

Note: This project has its own bug tracker, to report a bug or submit a patch visit http://bugs.koha-community.org.

For guidelines on submitting patches for Koha please visit https://wiki.koha-community.org/wiki/SubmitingAPatch

The developers handbook can be found at https://wiki.koha-community.org/wiki/Developer_handbook

http://koha-community.org/

Koha Logo