Bugzilla – Attachment 194500 Details for
Bug 41998
Some templates in suggestion.pl are computed even through a redirection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41998: Fix redirect_with_params
Bug-41998-Fix-redirectwithparams.patch (text/plain), 775 bytes, created by
Baptiste Wojtkowski (bwoj)
on 2026-03-05 12:36:27 UTC
(
hide
)
Description:
Bug 41998: Fix redirect_with_params
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2026-03-05 12:36:27 UTC
Size:
775 bytes
patch
obsolete
>From d8be1d263c2808a177dac5dcd0435197a445888d Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Thu, 5 Mar 2026 12:19:39 +0000 >Subject: [PATCH] Bug 41998: Fix redirect_with_params > >Test plan (main only): >1 - Create a suggestion >2 - Delete the suggestion -> error >3 - Apply patch >4 - Repeat 1&2 >--- > suggestion/suggestion.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl >index 42f644de525..2281370a1d0 100755 >--- a/suggestion/suggestion.pl >+++ b/suggestion/suggestion.pl >@@ -594,4 +594,5 @@ sub redirect_with_params { > if defined( $input->param($key) ); > } > print $input->redirect("/cgi-bin/koha/suggestion/suggestion.pl?$params"); >+ exit; > } >-- >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 41998
: 194500