Bugzilla – Attachment 186099 Details for
Bug 40739
Setting TransfersBlockCirc to 'Don't block' does not allow for scanning to continue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40739: Use correct block/noblock class in item-transfer-modal
Bug-40739-Use-correct-blocknoblock-class-in-item-t.patch (text/plain), 1.79 KB, created by
Emily Lamancusa (emlam)
on 2025-09-03 15:53:14 UTC
(
hide
)
Description:
Bug 40739: Use correct block/noblock class in item-transfer-modal
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-09-03 15:53:14 UTC
Size:
1.79 KB
patch
obsolete
>From ea1d2c44dbf30066b22bcd1da69f281cc5098b7a Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 2 Sep 2025 14:44:03 +0000 >Subject: [PATCH] Bug 40739: Use correct block/noblock class in > item-transfer-modal > >To test: >1. Set TransfersBlockCirc to 'Don't block' >2. Check in some items not from your library to initiate a transfer. >3. See the modal pop-op, "Transfer to home library" >4. However, you cannot continue to scan the next item unless you first dismiss the modal. >5. APPLY PATCH >6. Try again, this time at step 4 the barcode input should have focus and you'll be able to scan the next item. > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > 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 b248cdc882..fec7616ac6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -781,7 +781,7 @@ > [% ELSE %] > [% SET div_class='noblock' %] > [% END %] >- <div id="item-transfer-modal" class="modal modal-lg block audio-alert-action" [% IF Koha.Preference('TransfersBlockCirc') %]data-bs-backdrop="static" data-bs-keyboard="false"[% END %]> >+ <div id="item-transfer-modal" class="modal modal-lg [% div_class | html %] audio-alert-action" [% IF Koha.Preference('TransfersBlockCirc') %]data-bs-backdrop="static" data-bs-keyboard="false"[% END %]> > <div class="modal-dialog"> > <div class="modal-content"> > <form method="post" action="returns.pl" name="mainform" id="mainform"> >-- >2.34.1
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 40739
:
186051
|
186081
| 186099