Bugzilla – Attachment 193314 Details for
Bug 41857
Suggestions table actions broken Update manager and Delete selected actions)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41857: Use suggesteddate_from and suggesteddate_to
5c6fd5d.patch (text/plain), 2.54 KB, created by
Jonathan Druart
on 2026-02-17 08:15:20 UTC
(
hide
)
Description:
Bug 41857: Use suggesteddate_from and suggesteddate_to
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-02-17 08:15:20 UTC
Size:
2.54 KB
patch
obsolete
>From 5c6fd5dadafa6257cedfbb572bc2305fda341844 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Mon, 16 Feb 2026 11:56:32 +0000 >Subject: [PATCH] Bug 41857: Use suggesteddate_from and suggesteddate_to > >From URL params. I believe this was an overupdate from bug 39721. > >Test plan: >1) Create a new suggestion: >http://localhost:8081/cgi-bin/koha/suggestion/suggestion.pl?op=add_form&branchcode= >2) Add a title and submit. >3) From the table, select the suggesiton (check the box). >4) Click the 'submit' under 'Update manager' or 'Delete selected'. >5) Error > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 8a59835b82f..ad53e2dea8e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -1122,11 +1122,11 @@ > </li> > <li> > <label for="suggesteddate_from">Suggested date from:</label> >- <input type="text" id="suggesteddate_from" size="10" name="suggesteddate_from" value="[% suggestion.suggesteddate_from | html %]" data-date_to="suggesteddate_to" class="flatpickr" /> >+ <input type="text" id="suggesteddate_from" size="10" name="suggesteddate_from" value="[% suggesteddate_from | html %]" data-date_to="suggesteddate_to" class="flatpickr" /> > </li> > <li> > <label for="suggesteddate_to">To:</label> >- <input type="text" id="suggesteddate_to" size="10" name="suggesteddate_to" value="[% suggestion.suggesteddate_to | html %]" class="flatpickr" /> >+ <input type="text" id="suggesteddate_to" size="10" name="suggesteddate_to" value="[% suggesteddate_to | html %]" class="flatpickr" /> > </li> > <li> > <label for="managedby"> Managed by:</label> >-- >2.43.0 >
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 41857
:
193184
|
193185
|
193256
|
193268
|
193269
|
193270
|
193313
| 193314 |
193315