Bug 13923

Summary: Holds tab on the circulation page is broken
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: CirculationAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: gmcharlt, katrin.fischer, kyle.m.hall, tomascohen
Version: master   
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:
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

    
Comment 1 Jonathan Druart 2015-03-27 11:04:44 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall 2015-03-27 11:07:06 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2015-04-05 20:21:54 UTC
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>
Comment 4 Katrin Fischer 2015-04-05 20:22:18 UTC
Seems to do the trick - found bug 13955 while testing this.
Comment 5 Tomás Cohen Arazi 2015-04-08 14:01:25 UTC
Patch pushed to master.

Thanks Jonathan!