Bugzilla – Attachment 37509 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]
[PASSED QA] Bug 13923: The prefetch used on existing constraint
PASSED-QA-Bug-13923-The-prefetch-used-on-existing-.patch (text/plain), 1.10 KB, created by
Katrin Fischer
on 2015-04-05 20:21:54 UTC
(
hide
)
Description:
[PASSED QA] Bug 13923: The prefetch used on existing constraint
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-04-05 20:21:54 UTC
Size:
1.10 KB
patch
obsolete
>From d3f81715f58892aa382b42b3acf6177c473217cd 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] [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> >--- > 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 } > } > ); >-- >1.9.1
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