Bugzilla – Attachment 153882 Details for
Bug 28966
Holds queue viewer too slow to load for large numbers of holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28966: (QA follow-up) Remove superfluous joins
Bug-28966-QA-follow-up-Remove-superfluous-joins.patch (text/plain), 920 bytes, created by
Marcel de Rooy
on 2023-07-25 14:06:51 UTC
(
hide
)
Description:
Bug 28966: (QA follow-up) Remove superfluous joins
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-07-25 14:06:51 UTC
Size:
920 bytes
patch
obsolete
>From 16d03b97b95ee2db16dc8c64fbc1116bb6bcc592 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 25 Jul 2023 09:43:23 -0400 >Subject: [PATCH] Bug 28966: (QA follow-up) Remove superfluous joins >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/HoldsQueue.pm | 7 ------- > 1 file changed, 7 deletions(-) > >diff --git a/C4/HoldsQueue.pm b/C4/HoldsQueue.pm >index 38f8e3e5ae..4b811627eb 100644 >--- a/C4/HoldsQueue.pm >+++ b/C4/HoldsQueue.pm >@@ -137,13 +137,6 @@ sub GetHoldsQueueItems { > { > join => [ > 'borrower', >- 'biblio', >- 'biblioitem', >- { >- 'item' => { >- 'item_group_item' => 'item_group' >- } >- }, > ], > prefetch => [ > 'biblio', >-- >2.30.2
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 28966
:
124626
|
124627
|
124628
|
124629
|
124639
|
124652
|
124854
|
125377
|
143583
|
143584
|
143857
|
143859
|
143860
|
145395
|
151733
|
151734
|
153120
|
153875
|
153876
|
153877
|
153878
|
153879
|
153880
|
153881
| 153882 |
153928
|
153929
|
153939