Bugzilla – Attachment 190138 Details for
Bug 41345
Regression: Clicking the 'Ignore' button on hold found modal for already-waiting hold does not dismiss the modal (again)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41345: Restore ignore button functionality
Bug-41345-Restore-ignore-button-functionality.patch (text/plain), 1.86 KB, created by
David Nind
on 2025-12-03 22:48:04 UTC
(
hide
)
Description:
Bug 41345: Restore ignore button functionality
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-12-03 22:48:04 UTC
Size:
1.86 KB
patch
obsolete
>From 3f81411120c6dfff956fb871a7d214e672f6e1cb Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Mon, 1 Dec 2025 23:46:02 +0000 >Subject: [PATCH] Bug 41345: Restore ignore button functionality > >To test: >1 - place a hold >2 - check an item in to fill your hold, confirm so item goes to Waiting status >3 - check item in again, get Hold Already Waiting modal >4 - clck Ignore, confirm modal reloads immediately >5 - apply patch, restart_all >6 - reload checkin page >7 - check item in again, get Hold Already Waiting modal >8 - click Ignore, confirm modal goes away and doesn't return > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index eb71cb8dbc..31bea0dc2b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -763,7 +763,7 @@ > <input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" /> > <input type="hidden" name="nr-[% inputloo.counter | html %]" value="[% inputloo.not_returned | html %]" /> > [% END %] >- <button type="submit" data-bs-dismiss="modal" class="btn btn-default deny" accesskey="i"> <i class="fa fa-times"></i> Ignore (I) </button> >+ <button type="submit" data-bs-dismiss="modal" class="btn btn-default ignore deny" accesskey="i"> <i class="fa fa-times"></i> Ignore (I) </button> > </form> > > <fieldset class="action"> >-- >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 41345
:
190066
| 190138