Bugzilla – Attachment 145773 Details for
Bug 32741
Attribute codes should not be repeated in bib1.att
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32741: Fix {biblios|authorities}/bib1.att duplicate codes
Bug-32741-Fix-bibliosauthoritiesbib1att-duplicate-.patch (text/plain), 1.87 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-01-27 19:39:02 UTC
(
hide
)
Description:
Bug 32741: Fix {biblios|authorities}/bib1.att duplicate codes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-01-27 19:39:02 UTC
Size:
1.87 KB
patch
obsolete
>From 0536fb8138bda37177dcbeede70e5ec2123553e4 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 27 Jan 2023 16:32:16 -0300 >Subject: [PATCH] Bug 32741: Fix {biblios|authorities}/bib1.att duplicate codes > >This patch fixes a duplicate attribute code for Author-in-order in the >biblios definition. >The picked code matches what was already in ccl.properties. > >Also Chronological-term for authorities gets fixed. > >To test: >1. Apply the regression tests >2. Run: > k$ prove xt/verify_bib1.att.t >=> FAIL: Some failiures >3. Apply this patch >4. Repeat 1 >=> SUCCESS: Tests now pass! >5. Sign off :-D > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > etc/zebradb/authorities/etc/bib1.att | 2 +- > etc/zebradb/biblios/etc/bib1.att | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/etc/zebradb/authorities/etc/bib1.att b/etc/zebradb/authorities/etc/bib1.att >index f4c080a1fe4..aa35022ac9c 100644 >--- a/etc/zebradb/authorities/etc/bib1.att >+++ b/etc/zebradb/authorities/etc/bib1.att >@@ -41,7 +41,7 @@ att 9011 Title-uniform-see-from > att 9012 Title-uniform-see-also-from > > # Chronological Term >-att 9038 Chronological-term >+att 9044 Chronological-term > att 9019 Chronological-term-heading > att 9020 Chronological-term-see-from > att 9021 Chronological-term-see-also-from >diff --git a/etc/zebradb/biblios/etc/bib1.att b/etc/zebradb/biblios/etc/bib1.att >index 6dcbb27f45b..5689011c3b2 100644 >--- a/etc/zebradb/biblios/etc/bib1.att >+++ b/etc/zebradb/biblios/etc/bib1.att >@@ -361,7 +361,7 @@ att 9707 char-encoding > # Author-personal-bibliography - lastname,firstname in 100$a > att 9900 Author-personal-bibliography > # Author-in-order - firstname lastname in 245$c statement of responsibility >-att 9902 Author-in-order >+att 8901 Author-in-order > # Lexile number > att 9903 lexile-number > att 9908 Interest-age-level >-- >2.34.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 32741
:
145770
|
145773
|
145777
|
145778
|
145936
|
145937