Bugzilla – Attachment 10726 Details for
Bug 8386
Error in duplicate detection message for authorities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8386: Error in duplicate detection message for authorities
SIGNED-OFF-Bug-8386-Error-in-duplicate-detection-m.patch (text/plain), 1.31 KB, created by
Katrin Fischer
on 2012-07-09 19:33:59 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8386: Error in duplicate detection message for authorities
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-07-09 19:33:59 UTC
Size:
1.31 KB
patch
obsolete
>From 8bf1caa87551c8756702eead96b1d0c7d4628bfe Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Mon, 9 Jul 2012 08:00:25 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 8386: Error in duplicate detection message > for authorities > >If you create a new authority record and the name already exists in >your database, you get a duplicate warning. This is good, but there is >a small error in the message: > >Duplicate record suspected >Is this a duplicate of HASH(0x47fa670)? > >This patch corrects the error message to show the title. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Error message correctly shows the name after applying this patch. >--- > authorities/authorities.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/authorities/authorities.pl b/authorities/authorities.pl >index 23653f6..5774e6f 100755 >--- a/authorities/authorities.pl >+++ b/authorities/authorities.pl >@@ -612,7 +612,7 @@ if ($op eq "add") { > build_hidden_data; > $template->param(authid =>$authid, > duplicateauthid => $duplicateauthid, >- duplicateauthvalue => $duplicateauthvalue, >+ duplicateauthvalue => $duplicateauthvalue->{authorized}->[0], > ); > } > } elsif ($op eq "delete") { >-- >1.7.9.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 8386
:
10712
|
10726
|
12085