Bug 41998 - Some templates in suggestion.pl are computed even through a redirection
Summary: Some templates in suggestion.pl are computed even through a redirection
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Baptiste Wojtkowski (bwoj)
QA Contact: Testopia
URL:
Keywords: regression
Depends on: 39721
Blocks:
  Show dependency treegraph
 
Reported: 2026-03-05 12:33 UTC by Baptiste Wojtkowski (bwoj)
Modified: 2026-03-05 15:25 UTC (History)
1 user (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 41998: Fix redirect_with_params (775 bytes, patch)
2026-03-05 12:36 UTC, Baptiste Wojtkowski (bwoj)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste Wojtkowski (bwoj) 2026-03-05 12:33:59 UTC
Test plan (main only):
1 - Create a suggestion
2 - Delete the suggestion -> error
Comment 1 Baptiste Wojtkowski (bwoj) 2026-03-05 12:36:27 UTC
Created attachment 194500 [details] [review]
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
Comment 2 Jonathan Druart 2026-03-05 15:24:53 UTC
which error do you get?

The patch is correct but I don't recreate the problem.