Bugzilla – Attachment 83112 Details for
Bug 19884
Improve performance of GetItem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19884: Pass items as arrayref when passed as named argument
Bug-19884-Pass-items-as-arrayref-when-passed-as-na.patch (text/plain), 839 bytes, created by
David Gustafsson
on 2018-12-12 13:14:33 UTC
(
hide
)
Description:
Bug 19884: Pass items as arrayref when passed as named argument
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2018-12-12 13:14:33 UTC
Size:
839 bytes
patch
obsolete
>From 342b42e909e03e9d5d963e5b47e8e01257442093 Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >Date: Wed, 12 Dec 2018 14:00:37 +0100 >Subject: [PATCH] Bug 19884: Pass items as arrayref when passed as named > argument > >--- > C4/Biblio.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index 0306dc4722..a5efb3c7fc 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -2974,7 +2974,7 @@ sub EmbedItemsInMarcBiblios { > # Flag indicating if there is potential hiding > if ($opachiddenitems) { > my %hidden_items = map { $_ => undef } C4::Items::GetHiddenItemnumbers({ >- items => @{$items}, >+ items => $items, > borcat => $borcat > }); > # Reduce items to non hidden items >-- >2.11.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 19884
:
70172
|
70182
|
70183
|
70184
|
70185
|
70247
|
70248
|
70251
|
70284
|
70285
|
70286
|
70606
|
82870
|
82871
|
82979
|
83111
| 83112 |
93949