Bugzilla – Attachment 148750 Details for
Bug 32280
Export method ImportBreedingAuth from C4::Breeding
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32280: Export method ImportBreedingAuth from C4::Breeding
Bug-32280-Export-method-ImportBreedingAuth-from-C4.patch (text/plain), 949 bytes, created by
Magnus Enger
on 2023-03-27 10:50:31 UTC
(
hide
)
Description:
Bug 32280: Export method ImportBreedingAuth from C4::Breeding
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2023-03-27 10:50:31 UTC
Size:
949 bytes
patch
obsolete
>From ff19193215f74f1882eea42daaa21c0763273970 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 18 Nov 2022 17:54:32 -1000 >Subject: [PATCH] Bug 32280: Export method ImportBreedingAuth from C4::Breeding > >In C4::Breeding method ImportBreedingAuth() should be exported to be used for example by plugins. > >No test plan needed i bet. > >Signed-off-by: Magnus Enger <magnus@libriotech.no> >Looks like a harmless and useful enhancement. >--- > C4/Breeding.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Breeding.pm b/C4/Breeding.pm >index 7b3dbc5874..4cec04b787 100644 >--- a/C4/Breeding.pm >+++ b/C4/Breeding.pm >@@ -36,7 +36,7 @@ our (@ISA, @EXPORT_OK); > BEGIN { > require Exporter; > @ISA = qw(Exporter); >- @EXPORT_OK = qw(BreedingSearch Z3950Search Z3950SearchAuth); >+ @EXPORT_OK = qw(BreedingSearch ImportBreedingAuth Z3950Search Z3950SearchAuth); > } > > =head1 NAME >-- >2.34.1
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 32280
:
144086
|
148750
|
149002