Summary: | Internal server error while placing a reserve through staff interface | ||
---|---|---|---|
Product: | Koha | Reporter: | Arthur Suzuki <arthur.suzuki> |
Component: | Hold requests | Assignee: | Arthur Suzuki <arthur.suzuki> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P2 | CC: | bouzid.fergani, gmcharlt |
Version: | 18.11 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 23553 : fix internal server error while placing reserve on item from pro interface |
Description
Arthur Suzuki
2019-09-06 09:07:54 UTC
Created attachment 92616 [details] [review] Bug 23553 : fix internal server error while placing reserve on item from pro interface test plan : 1 / try to place a reserve on a specific item from the pro interface 2 / get failure 3 / apply patch 4 / repeat 1 and verify you don't get failure + there is a new reserve on the selected item. Hi, Thanks to rebase this patch for testing. Bug 23553 - Internal server error while placing a reserve through staff interface 92616 - Bug 23553 : fix internal server error while placing reserve on item from pro interface Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 23553 : fix internal server error while placing reserve on item from pro interface Using index info to reconstruct a base tree... M reserve/placerequest.pl Falling back to patching base and 3-way merge... Auto-merging reserve/placerequest.pl CONFLICT (content): Merge conflict in reserve/placerequest.pl error: Failed to merge in the changes. Patch failed at 0001 Bug 23553 : fix internal server error while placing reserve on item from pro interface The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-23553--fix-internal-server-error-while-placing-_8SBm9.patch Bouzid. Hi Bouzid, have you tried this on an 18.11 installation? Arthur, is this 18.11 only or for higher versions too? Hi Katrin, I've noticed the issue in 18.11 only, not in master. Arthur I have tested in 18.11.06, according to Arthur he has tested in 18.11.05. I think I found the fixing commit too - closing :) http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=d617065162df47ffaf35fc192f260c702fd62602 |