Summary: | Holds tab on the circulation page is broken | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Circulation | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 11703, 13713 | ||
Bug Blocks: | |||
Attachments: |
Bug 13923: The prefetch used on existing constraint
[SIGNED-OFF] Bug 13923: The prefetch used on existing constraint [PASSED QA] Bug 13923: The prefetch used on existing constraint |
Description
Jonathan Druart
2015-03-27 11:01:45 UTC
Created attachment 37301 [details] [review] Bug 13923: The prefetch used on existing constraint The belongs_to constraint has been removed by bug 13713. Not sure if it was a good idea, but atm the easy and quick way is to remove the prefetch. Test plan: Go on the circulation page, holds tab Confirm that there is no regression (Same on the patron details page > Holds tab) Created attachment 37302 [details] [review] [SIGNED-OFF] Bug 13923: The prefetch used on existing constraint The belongs_to constraint has been removed by bug 13713. Not sure if it was a good idea, but atm the easy and quick way is to remove the prefetch. Test plan: Go on the circulation page, holds tab Confirm that there is no regression (Same on the patron details page > Holds tab) Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 37509 [details] [review] [PASSED QA] Bug 13923: The prefetch used on existing constraint The belongs_to constraint has been removed by bug 13713. Not sure if it was a good idea, but atm the easy and quick way is to remove the prefetch. Test plan: Go on the circulation page, holds tab Confirm that there is no regression (Same on the patron details page > Holds tab) Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Seems to do the trick - found bug 13955 while testing this. Patch pushed to master. Thanks Jonathan! |