Bugzilla – Attachment 126417 Details for
Bug 29260
UNIMARC 210a is reported to Author (meeting/conference) when upgrading an authority through Z3950
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29260: 210a is reported to Autor (meeting/conference) when upgrading an authority through Z3950
Bug-29260-210a-is-reported-to-Autor-meetingconfere.patch (text/plain), 1.75 KB, created by
Marion Durand
on 2021-10-18 09:35:44 UTC
(
hide
)
Description:
Bug 29260: 210a is reported to Autor (meeting/conference) when upgrading an authority through Z3950
Filename:
MIME Type:
Creator:
Marion Durand
Created:
2021-10-18 09:35:44 UTC
Size:
1.75 KB
patch
obsolete
>From ae96fd328864770bb7ed404aab79396bcc34e326 Mon Sep 17 00:00:00 2001 >From: Marion Durand <marion.durand@biblibre.com> >Date: Fri, 10 Sep 2021 16:25:34 +0200 >Subject: [PATCH] Bug 29260: 210a is reported to Autor (meeting/conference) > when upgrading an authority through Z3950 > >When upgrading an authority with Z39.50, the field 2XX is sent into the >research grid. > >The field 210a is sent into the search field "Author >(meeting/conference)". Or a collective authority is more often a >corporation than and meeting so librarian has to copy and paste this >data. (In unimarc field 210a is used both for corporation and meeting.) > >This patch makes 210a field be sent into the search field "Author >(corporate)" instead of the "Author (meeting/conference)" one. > >1- Find an authority with collectivity type (with a field 210a). >2- Click on "Edit" then on "Edit record" >3- Click on "Replace record via Z39.50/SRU search" >4- See that the field 210 is reported in the search grid in "Author >(meeting/conference)" field >5- Apply the patch >6- Go throug step 1 to 3 again >7- See that the field 210 is now reported in the search grid in "Author >(corporate)" field >--- > authorities/authorities.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/authorities/authorities.pl b/authorities/authorities.pl >index 229dc27660..f1027c4dc3 100755 >--- a/authorities/authorities.pl >+++ b/authorities/authorities.pl >@@ -340,7 +340,7 @@ sub GetMandatoryFieldZ3950 { > }else{ > return { > '200a' => 'authorpersonal', >- '210a' => 'authormeetingcon', #210 in UNIMARC is used for both corporation and meeting >+ '210a' => 'authorcorp', #210 in UNIMARC is used for both corporation and meeting > '230a' => 'uniformtitle', > }; > } >-- >2.17.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 29260
:
126417
|
135172
|
135223