Bugzilla – Attachment 185587 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.90 KB, created by
Lucas Gass (lukeg)
on 2025-08-20 14:03:19 UTC
(
hide
)
Description:
Bug 40678: Add hidden value to remember dropboxmode selection
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-08-20 14:03:19 UTC
Size:
1.90 KB
patch
obsolete
>From 8825288d6c792bc72efa5b778d884ed6def2a4d7 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 >--- > 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 e52eeae7936..86ac9d3931d 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