Bugzilla – Attachment 3371 Details for
Bug 5907
Using default authtypecode for authority display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-5907-MT-2538-Using-default-authtypecode-for-auth.patch (text/plain), 752 bytes, created by
Chris Cormack
on 2011-03-20 22:36:39 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-03-20 22:36:39 UTC
Size:
752 bytes
patch
obsolete
>From 582b51154488c82cbe601178c7015cba7efda685 Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Wed, 23 Dec 2009 10:35:09 +0100 >Subject: [PATCH] Bug 5907 : MT 2538 : Using default authtypecode for authority display > >--- > authorities/detail.pl | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/authorities/detail.pl b/authorities/detail.pl >index f92e04b..59273c1 100755 >--- a/authorities/detail.pl >+++ b/authorities/detail.pl >@@ -174,7 +174,8 @@ my $authid = $query->param('authid'); > > > >-my $authtypecode = &GetAuthTypeCode($authid); >+# Using default authtypecode, so all fields are seen >+my $authtypecode = ''; > $tagslib = &GetTagsLabels(1,$authtypecode); > > my $record; >-- >1.7.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 5907
: 3371