Bugzilla – Attachment 39649 Details for
Bug 11300
Add a new authority linker which searches for authority links on a Z39.50 server.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11300 - Add missing parameter in call to LinkBibHeadingsToAuthorities
Bug-11300---Add-missing-parameter-in-call-to-LinkB.patch (text/plain), 1.07 KB, created by
Blou
on 2015-05-28 20:33:27 UTC
(
hide
)
Description:
Bug 11300 - Add missing parameter in call to LinkBibHeadingsToAuthorities
Filename:
MIME Type:
Creator:
Blou
Created:
2015-05-28 20:33:27 UTC
Size:
1.07 KB
patch
obsolete
>From 98f7c563ab9cb98cc081a85224191ab70ea60798 Mon Sep 17 00:00:00 2001 >From: Blou <philippe.blouin@inlibro.com> >Date: Thu, 28 May 2015 16:32:52 -0400 >Subject: [PATCH] Bug 11300 - Add missing parameter in call to > LinkBibHeadingsToAuthorities > >--- > cataloguing/automatic_linker.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cataloguing/automatic_linker.pl b/cataloguing/automatic_linker.pl >index ea551e6..dca9077 100755 >--- a/cataloguing/automatic_linker.pl >+++ b/cataloguing/automatic_linker.pl >@@ -61,7 +61,7 @@ if ($@) { > } > my $linker = $linker_module->new( { 'options' => C4::Context->preference("LinkerOptions") } ); > >-my ( $headings_changed, $results ) = LinkBibHeadingsToAuthorities( $linker, $record, $input->param('frameworkcode'), C4::Context->preference("CatalogModuleRelink") || '', 1 ); >+my ( $headings_changed, $results ) = LinkBibHeadingsToAuthorities( $linker, $record, $input->param('frameworkcode'), C4::Context->preference("CatalogModuleRelink") || '', 1, 1 ); > > if(defined $results->{error}) { > $json->{status} = $results->{error}; >-- >2.1.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 11300
:
23147
|
37918
|
37974
|
37975
|
37989
|
39649
|
45324
|
56542
|
56543
|
60999
|
67165
|
69096
|
69204
|
79400
|
94819
|
94875
|
111801
|
111896
|
115217
|
133496
|
136404
|
138029
|
141168
|
143292
|
148824
|
151079
|
151476
|
151477
|
155602
|
155603
|
159741
|
159742
|
163946
|
163947
|
171304
|
171689