Bugzilla – Attachment 152986 Details for
Bug 33974
Add ability to search biblios endpoint using any biblioitem attribute
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33974: (QA follow-up) Remove superflous import
Bug-33974-QA-follow-up-Remove-superflous-import.patch (text/plain), 745 bytes, created by
Martin Renvoize (ashimema)
on 2023-07-03 15:29:35 UTC
(
hide
)
Description:
Bug 33974: (QA follow-up) Remove superflous import
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-07-03 15:29:35 UTC
Size:
745 bytes
patch
obsolete
>From 89fdbd179cdb0d6d3caf701237e0268a39c1ef24 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 3 Jul 2023 16:28:44 +0100 >Subject: [PATCH] Bug 33974: (QA follow-up) Remove superflous import > >We don't actually need the Clone import.. it's not used in Biblios.pmt > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/REST/V1/Biblios.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/REST/V1/Biblios.pm b/Koha/REST/V1/Biblios.pm >index bbfec9c1c7..ca58870e3d 100644 >--- a/Koha/REST/V1/Biblios.pm >+++ b/Koha/REST/V1/Biblios.pm >@@ -31,7 +31,6 @@ use C4::Context; > > use Koha::Items; > >-use Clone qw( clone ); > use List::MoreUtils qw( any ); > use MARC::Record::MiJ; > >-- >2.41.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 33974
:
152433
|
152434
|
152435
|
152487
|
152488
|
152489
|
152765
|
152766
|
152767
|
152983
|
152984
|
152985
| 152986 |
152988
|
153104