Bugzilla – Attachment 159213 Details for
Bug 35361
Search filter on receive orders page crashes the system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35361: Replace prefetch with join in REST API.
Bug-35361-Replace-prefetch-with-join-in-REST-API.patch (text/plain), 793 bytes, created by
Andreas Jonsson
on 2023-11-23 20:10:47 UTC
(
hide
)
Description:
Bug 35361: Replace prefetch with join in REST API.
Filename:
MIME Type:
Creator:
Andreas Jonsson
Created:
2023-11-23 20:10:47 UTC
Size:
793 bytes
patch
obsolete
>From 10375e6cb9585e0df17b2b6945850570ffc8fee5 Mon Sep 17 00:00:00 2001 >From: Andreas Jonsson <andreas.jonsson@kreablo.se> >Date: Thu, 23 Nov 2023 21:05:16 +0100 >Subject: [PATCH] Bug 35361: Replace prefetch with join in REST API. > >--- > Koha/REST/Plugin/Query.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/REST/Plugin/Query.pm b/Koha/REST/Plugin/Query.pm >index 7aa092fae2..79205371ae 100644 >--- a/Koha/REST/Plugin/Query.pm >+++ b/Koha/REST/Plugin/Query.pm >@@ -154,7 +154,7 @@ Generates the DBIC prefetch attribute based on embedded relations, and merges in > } > > if(scalar(@prefetches)) { >- $attributes->{prefetch} = \@prefetches; >+ $attributes->{join} = \@prefetches; > } > } > ); >-- >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 35361
: 159213