Bugzilla – Attachment 146737 Details for
Bug 31735
Avoid re-fetching objects from database by passing them down instead of object ids
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31735: Fix array that should be passed as reference
Bug-31735-Fix-array-that-should-be-passed-as-refer.patch (text/plain), 761 bytes, created by
Nick Clemens (kidclamp)
on 2023-02-16 14:56:09 UTC
(
hide
)
Description:
Bug 31735: Fix array that should be passed as reference
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-02-16 14:56:09 UTC
Size:
761 bytes
patch
obsolete
>From 04d160484503f2becaa8881c52ca044c5d311d1c Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >Date: Wed, 21 Dec 2022 18:11:27 +0100 >Subject: [PATCH] Bug 31735: Fix array that should be passed as reference > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > opac/opac-renew.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-renew.pl b/opac/opac-renew.pl >index cb7f253290..b3464e4eed 100755 >--- a/opac/opac-renew.pl >+++ b/opac/opac-renew.pl >@@ -57,7 +57,7 @@ else { > my @renewed; > my $issues = Koha::Checkouts->search( > { >- issue_id => { -in => @issues } >+ issue_id => { -in => \@issues } > }, { > prefetch => 'item' > } >-- >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 31735
:
141603
|
141604
|
141605
|
141606
|
141607
|
141608
|
141609
|
141610
|
141795
|
141796
|
141797
|
141798
|
141799
|
141800
|
141819
|
141820
|
141821
|
142865
|
142866
|
142867
|
142868
|
142869
|
142870
|
144628
|
144629
|
144630
|
144631
|
144632
|
144635
|
144721
|
144724
|
144784
|
144790
|
144791
|
144792
|
144798
|
144799
|
144800
|
144801
|
144802
|
144803
|
145028
|
145029
|
145030
|
145032
|
145033
|
145034
|
145035
|
146735
|
146736
|
146737
|
147124
|
147125
|
147126
|
147127
|
147128
|
147164
|
147165
|
147166
|
150611
|
150612
|
150613
|
150676
|
150677
|
150678
|
150699
|
150700
|
150701