Bugzilla – Attachment 175980 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.53 KB, created by
Victor Grousset/tuxayo
on 2024-12-30 05:39:25 UTC
(
hide
)
Description:
Bug 38789: Add block class to WrongTransfer modal
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-12-30 05:39:25 UTC
Size:
2.53 KB
patch
obsolete
>From ab60d37025c26b1caf309dd2670e86f6b87ab3f3 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 > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > 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 1beefd9efd..a47222d99d 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.47.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