Bugzilla – Attachment 175961 Details for
Bug 38789
Wrong Transfer modal does not show
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38789: Add block class to WrongTransfer modal
Bug-38789-Add-block-class-to-WrongTransfer-modal.patch (text/plain), 2.42 KB, created by
Emily Lamancusa (emlam)
on 2024-12-27 17:20:56 UTC
(
hide
)
Description:
Bug 38789: Add block class to WrongTransfer modal
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-12-27 17:20:56 UTC
Size:
2.42 KB
patch
obsolete
>From ac66776b20f5baaa50655e09fae0b370e5f84ed9 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Fri, 27 Dec 2024 12:09:52 -0500 >Subject: [PATCH] Bug 38789: Add block class to WrongTransfer modal > >To test: >1. Find or create an item belonging to a branch other than the logged-in > branch >2. Check in the item and click OK in the "transfer to home" modal >3. Check the item in again >--> The Wrong Transfer modal should appear, but it doesn't! >4. Apply patch >5. Cancel the transfer or find a different item >6. Check in the item and click OK in the "transfer to home" modal >7. Check the item in again >--> The Wrong Transfer modal should appear >8. Click OK >9. Open the bib record for that item in a new tab >--> The item should have a status of "In transit" >10. Change the system preference TransfersBlockCirc to don't block >11. Check the item in again >--> The Wrong Transfer modal should still appear >12. Confirm that you can click outside the modal to dismiss it without > choosing an option >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 98a1ea119b..caedc287ea 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -575,9 +575,9 @@ > [% UNLESS ( hold_auto_filled && diffbranch ) %] > [% IF WrongTransfer && !transfertodo %] > [% IF Koha.Preference('TransfersBlockCirc') %] >- <div id="wrong-transfer-modal" class="modal modal-lg audio-alert-action" data-bs-backdrop="static" data-bs-keyboard="false" > >+ <div id="wrong-transfer-modal" class="modal modal-lg block audio-alert-action" data-bs-backdrop="static" data-bs-keyboard="false" > > [% ELSE %] >- <div id="wrong-transfer-modal" class="modal modal-lg audio-alert-action noblock"> >+ <div id="wrong-transfer-modal" class="modal modal-lg noblock audio-alert-action"> > [% END %] > <div class="modal-dialog"> > <div class="modal-content"> >-- >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 38789
:
175961
|
175962
|
175980
|
175982