Bugzilla – Attachment 107535 Details for
Bug 26079
Use 008 positions 14-16 as authoritative authority entry type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26079: Import all authority records into default auth type if syspref enabled
Bug-26079-Import-all-authority-records-into-defaul.patch (text/plain), 840 bytes, created by
Alex Buckley
on 2020-07-29 21:00:07 UTC
(
hide
)
Description:
Bug 26079: Import all authority records into default auth type if syspref enabled
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2020-07-29 21:00:07 UTC
Size:
840 bytes
patch
obsolete
>From 326d3fb20a5358736ddf952570ea7038052385ca Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Wed, 29 Jul 2020 01:13:06 +0000 >Subject: [PATCH] Bug 26079: Import all authority records into default auth > type if syspref enabled > >--- > C4/AuthoritiesMarc.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm >index bd25837c36..90ef489c49 100644 >--- a/C4/AuthoritiesMarc.pm >+++ b/C4/AuthoritiesMarc.pm >@@ -331,6 +331,7 @@ Get the record and tries to guess the adequate authtypecode from its content. > sub GuessAuthTypeCode { > my ($record, $heading_fields) = @_; > return unless defined $record; >+ return '' if C4::Preferences('UseAuthority008AsAuthType'); > $heading_fields //= { > "MARC21"=>{ > '100'=>{authtypecode=>'PERSO_NAME'}, >-- >2.11.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 26079
:
107474
|
107475
| 107535 |
107536
|
107559