Bugzilla – Attachment 11947 Details for
Bug 8520
Authorities display incorrectly in staff results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8520 - Authorities summary incorrect on posible duplicate notice
Bug-8520---Authorities-summary-incorrect-on-posibl.patch (text/plain), 1.16 KB, created by
Tomás Cohen Arazi (tcohen)
on 2012-09-03 18:05:16 UTC
(
hide
)
Description:
Bug 8520 - Authorities summary incorrect on posible duplicate notice
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2012-09-03 18:05:16 UTC
Size:
1.16 KB
patch
obsolete
>From fa5555ddf02103ce6389ba348e380ecbfd700280 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Mon, 3 Sep 2012 15:01:38 -0300 >Subject: [PATCH] Bug 8520 - Authorities summary incorrect on posible > duplicate notice >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit >Content-Type: text/plain; charset="utf-8" > >We didn't notice this one with jcamins when we fixed this bug. > >Sponsored-by: Universidad Nacional de Córdoba >--- > authorities/authorities.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/authorities/authorities.pl b/authorities/authorities.pl >index 5774e6f..c841497 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->{authorized}->[0], >+ duplicateauthvalue => $duplicateauthvalue->{'authorized'}->[0]->{'heading'}, > ); > } > } 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 8520
:
11194
|
11274
|
11420
|
11421
|
11422
|
11423
|
11947
|
11955