Bugzilla – Attachment 188706 Details for
Bug 41149
Spinner/loader does not disappear when a renewal fails with AllowRenewalOnHoldOverride set to dont allow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41149: Replace replaceWith() with empty() and append()
Bug-41149-Replace-replaceWith-with-empty-and-appen.patch (text/plain), 987 bytes, created by
Lucas Gass (lukeg)
on 2025-10-30 20:26:58 UTC
(
hide
)
Description:
Bug 41149: Replace replaceWith() with empty() and append()
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-10-30 20:26:58 UTC
Size:
987 bytes
patch
obsolete
>From 4d5e5cec1f3b6f90111b69467e98873d6ef0dabf Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 30 Oct 2025 20:26:08 +0000 >Subject: [PATCH] Bug 41149: Replace replaceWith() with empty() and append() > >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 185a5488db5..f03640b7f4a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -1014,8 +1014,7 @@ $(document).ready(function () { > } > refresh_table = false; > } >- >- $(id).replaceWith(content); >+ $(id).parent().empty().append(content); > }, > error => { > console.warn("Something wrong happened: %s".format(error)); >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41149
:
188706
|
188824