Bug 11532 - Possible errors when selectbranchprinter.pl redirects to a POSTed script
Summary: Possible errors when selectbranchprinter.pl redirects to a POSTed script
Status: RESOLVED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-13 18:32 UTC by Kyle M Hall
Modified: 2023-07-09 08:50 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 11532 - Possible start for a fix (2.39 KB, patch)
2014-01-13 19:18 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 2014-01-13 18:32:06 UTC
To reproduce:
1) Set library to a branch
2) Search for a record, edit the item, then save the item ( note the lack of url parameters now ).
3) From the item editor, select "Set library" by clicking the library name in the upper right corner
4) Select a new library, click submit
5) Note the error

This is a fundamental issue with the way selectbranchprinter.pl redirects to the previous page. If the page that selectbranchprinter.pl is redirecting to was submitted via POST parameters, errors such is this one may occur. If it was via GET, everything will work just fine.
Comment 1 Kyle M Hall 2014-01-13 19:18:59 UTC
Created attachment 24235 [details] [review]
Bug 11532 - Possible start for a fix
Comment 2 Katrin Fischer 2023-07-09 08:50:52 UTC
Hope it's good news, but I was not able to replicate the issue. I followed the test plan and ended up on the item form again without any errors.