Bugzilla – Attachment 193313 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: Remove suggestion
116d20b.patch (text/plain), 1.94 KB, created by
Jonathan Druart
on 2026-02-17 08:15:19 UTC
(
hide
)
Description:
Bug 41857: Remove suggestion
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-02-17 08:15:19 UTC
Size:
1.94 KB
patch
obsolete
>From 116d20b5e21a237f39e7612ca60d5c21fc0f89c4 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Mon, 16 Feb 2026 11:55:44 +0000 >Subject: [PATCH] Bug 41857: Remove suggestion > >I don't understand why we need this here, but it seems to be picking up a leftover suggestion from a previous loop. >This code itself is not within a loop, so it doesnt have the hashref containing suggestiontype from suggestion.pl. >It's trying to access suggestiontype from Koha::Suggestion which causes an explosion > >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 ad235d56fac..8a59835b82f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -1064,8 +1064,8 @@ > <fieldset class="collapse suggestion_information"> > <ol> > <li> >- <label for="STATUS-[% suggestion.suggestiontype | html %]"> Status:</label> >- <select name="STATUS" id="STATUS-[% suggestion.suggestiontype | html %]"> >+ <label for="STATUS"> Status:</label> >+ <select name="STATUS" id="STATUS"> > <option value="">Any</option> > [% IF (statusselected_ASKED ) %] > <option value="ASKED" selected="selected">Pending</option> >-- >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