Bugzilla – Attachment 185777 Details for
Bug 40678
Choices are not remembered if a wrong transfer modal is generated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40678: Add hidden value to remember dropboxmode selection
Bug-40678-Add-hidden-value-to-remember-dropboxmode.patch (text/plain), 1.95 KB, created by
WPPL Sandboxes
on 2025-08-25 22:36:38 UTC
(
hide
)
Description:
Bug 40678: Add hidden value to remember dropboxmode selection
Filename:
MIME Type:
Creator:
WPPL Sandboxes
Created:
2025-08-25 22:36:38 UTC
Size:
1.95 KB
patch
obsolete
>From ff27ac1974697bcb97fdcda4cd85f667af29834f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 20 Aug 2025 14:02:10 +0000 >Subject: [PATCH] Bug 40678: Add hidden value to remember dropboxmode selection > >To test: >1. Put an item in transfer to a different library than the logged in branch >2. Go to Circulation > Check in >3. Choose the "Book drop mode" option and check in a few items NOT from step 1. >4. See the "Book drop mode" choice is remembered after every selection. >5. Check in the item from step 1 to make a wrong transfer >6. The modal pops up for wrong transfer, click confirm >7. Now the choice of "Book drop mode" is forgotten. >8. APPLY PATCH >9. Try again, this time the "Book drop mode" selction should be retained > >Signed-off-by: CJ Lynce <cj.lynce@westlakelibrary.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 1 + > 1 file changed, 1 insertion(+) > >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 e52eeae793..86ac9d3931 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -613,6 +613,7 @@ > <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" /> > <input type="hidden" name="itemnumber" value="[% itemnumber | html %]" /> > <input type="hidden" name="transit" value="[% NewTransfer | html %]" /> >+ <input type="hidden" name="dropboxmode" value="[% dropboxmode | html %]" /> > [% FOREACH checkin IN checkins %] > <input type="hidden" name="checkin_counter" value="[% loop.count | html %]" /> > <input type="hidden" name="checkin_barcode_[% loop.count | html %]" value="[% checkin.barcode | html %]" /> >-- >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 40678
:
185587
|
185588
|
185777
|
185778
|
185871
|
185872