Summary: | Article request broken | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Circulation | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | blocker | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, kyle, m.de.rooy, mirko |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 14610 | ||
Bug Blocks: | |||
Attachments: |
Bug 17709 - Article request broken - 'internal server error'
Bug 17709 - Article request broken - 'internal server error' Bug 17709 - Article request broken - 'internal server error' |
Description
Katrin Fischer
2016-12-01 19:43:59 UTC
Plack was turned off, now it explodes differently: Template process failed: undef error - The method _biblioitem is not covered by tests! at /usr/share/koha/lib/C4/Templates.pm line 121. Updating severity, this is one of the 16.11 advertised features... and it's broken. Created attachment 57866 [details] [review] Bug 17709 - Article request broken - 'internal server error' Article requsts from OPAC and from intranet are showing an 'internal server error'. I am testing in 16.11 with Plack. Test Plan: 1) Set circ rule to record only article requests 2) Attempt to place a request on a record with no items 3) Note the error 4) Apply this patch 5) You should now be able to place the request! Created attachment 57867 [details] [review] Bug 17709 - Article request broken - 'internal server error' Article requsts from OPAC and from intranet are showing an 'internal server error'. I am testing in 16.11 with Plack. Test Plan: 1) Set circ rule to record only article requests 2) Attempt to place a request on a record with no items 3) Note the error 4) Apply this patch 5) You should now be able to place the request! Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> Fixes the second error and then works with plack too. Created attachment 57882 [details] [review] Bug 17709 - Article request broken - 'internal server error' Article requsts from OPAC and from intranet are showing an 'internal server error'. I am testing in 16.11 with Plack. Test Plan: 1) Set circ rule to record only article requests 2) Attempt to place a request on a record with no items 3) Note the error 4) Apply this patch 5) You should now be able to place the request! Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master ro 17.05! This patch has been pushed to 16.11.x, will be in 16.11.01. Thx for the quick fix! |