Bugzilla – Attachment 193269 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
13062ef.patch (text/plain), 2.54 KB, created by
David Nind
on 2026-02-16 20:03:52 UTC
(
hide
)
Description:
Bug 41857: Use suggesteddate_from and suggesteddate_to
Filename:
MIME Type:
Creator:
David Nind
Created:
2026-02-16 20:03:52 UTC
Size:
2.54 KB
patch
obsolete
>From 13062ef340aa3520e7bbc3d09eccfc50feba2b78 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 8a59835b82..ad53e2dea8 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.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 41857
:
193184
|
193185
|
193256
|
193268
| 193269 |
193270