Bugzilla – Attachment 37301 Details for
Bug 13923
Holds tab on the circulation page is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13923: The prefetch used on existing constraint
Bug-13923-The-prefetch-used-on-existing-constraint.patch (text/plain), 999 bytes, created by
Jonathan Druart
on 2015-03-27 11:04:44 UTC
(
hide
)
Description:
Bug 13923: The prefetch used on existing constraint
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-27 11:04:44 UTC
Size:
999 bytes
patch
obsolete
>From 4bd52d6673aa836072aa5992c7cb8d557f4cb5da Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 27 Mar 2015 12:02:11 +0100 >Subject: [PATCH] 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) >--- > svc/holds | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/svc/holds b/svc/holds >index 43bcf2a..263f8ec 100755 >--- a/svc/holds >+++ b/svc/holds >@@ -62,7 +62,6 @@ print $input->header( -type => 'text/plain', -charset => 'UTF-8' ); > my $holds_rs = $schema->resultset('Reserve')->search( > { borrowernumber => $borrowernumber }, > { >- prefetch => { 'item' => 'biblio' }, > order_by => { "-$sorting_direction" => $sorting_column } > } > ); >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13923
:
37301
|
37302
|
37509