Bug 41943 - Purchase suggestion URL truncated when not logged in
Summary: Purchase suggestion URL truncated when not logged in
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: 25.05
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-26 10:14 UTC by David Roberts
Modified: 2026-02-26 10:14 UTC (History)
0 users

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

Note You need to log in before you can comment on or make changes to this bug.
Description David Roberts 2026-02-26 10:14:03 UTC
If you use this URL to log a purchase suggestion when not logged in:
/cgi-bin/koha/opac-suggestions.pl?op=add_form
you get taken to a login screen and after logging in the URL loses the ?op=add_form part of the URL which means the page you are taken to doesn't allow the addition of a new suggestion. 

To reproduce:

1) On the OPAC while not logged in
2) Go to ..../cgi-bin/koha/opac-suggestions.pl?op=add_form
3) Log in
4) The resulting page is ..../cgi-bin/koha/opac-suggestions.pl which doesn't allow the addition on a new suggestion