Bugzilla – Attachment 12187 Details for
Bug 8209
"Did you mean?" suggestions based on authorities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8209 follow-up: fix failing test in AuthorityFile suggestion plugin
Bug-8209-follow-up-fix-failing-test-in-AuthorityFi.patch (text/plain), 1016 bytes, created by
Jared Camins-Esakov
on 2012-09-13 11:40:13 UTC
(
hide
)
Description:
Bug 8209 follow-up: fix failing test in AuthorityFile suggestion plugin
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-09-13 11:40:13 UTC
Size:
1016 bytes
patch
obsolete
>From 45e8323285eb475adc307dcd75faa4c7d65e8897 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Thu, 13 Sep 2012 07:38:58 -0400 >Subject: [PATCH] Bug 8209 follow-up: fix failing test in AuthorityFile suggestion plugin > >The BuildSummary output changed slightly, resulting in labels not >showing up and a test failing. >--- > Koha/SuggestionEngine/Plugin/AuthorityFile.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/Koha/SuggestionEngine/Plugin/AuthorityFile.pm b/Koha/SuggestionEngine/Plugin/AuthorityFile.pm >index 2636f83..54a7248 100644 >--- a/Koha/SuggestionEngine/Plugin/AuthorityFile.pm >+++ b/Koha/SuggestionEngine/Plugin/AuthorityFile.pm >@@ -80,7 +80,7 @@ sub get_suggestions { > { > 'search' => "an=$auth->{'authid'}", > relevance => $count--, >- label => $auth->{summary}->{mainentry} >+ label => $auth->{summary}->{authorized}->[0] > }; > } > return \@results; >-- >1.7.2.5
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 8209
:
11151
|
11292
|
11301
|
11305
|
11321
|
12098
|
12115
|
12187
|
12194
|
12217