Bugzilla – Attachment 102030 Details for
Bug 7947
440/490 Koha Mapping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7947: Update MARC21 440/490 mapping and visibility in en installer
Bug-7947-Update-MARC21-440490-mapping-and-visibili.patch (text/plain), 3.78 KB, created by
Katrin Fischer
on 2020-03-28 10:33:58 UTC
(
hide
)
Description:
Bug 7947: Update MARC21 440/490 mapping and visibility in en installer
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-03-28 10:33:58 UTC
Size:
3.78 KB
patch
obsolete
>From 2b85b9837aa6a5074d17fb4e53f4e1264cac23ee Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 28 Mar 2020 11:28:06 +0100 >Subject: [PATCH] Bug 7947: Update MARC21 440/490 mapping and visibility in en > installer > >440 has been obsoleted in the standard for a long time. >490 is now used for series information. > >Changes made here only apply for new installations: >- Hide 440 subfields by default >- Make 490 3avx visible by default >- Add mapping biblioitems.seriestitle to 490a >- Add mapping biblioitems.volume to 490v > >To test: >- Run the web installer for this language and verify changes > in all frameworks >--- > .../mandatory/marc21_framework_DEFAULT.yml | 24 +++++++++---------- > 1 file changed, 12 insertions(+), 12 deletions(-) > >diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >index e032f5d5da..0a5f2c90a0 100644 >--- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >+++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >@@ -24258,7 +24258,7 @@ tables: > authtypecode: "" > value_builder: "" > isurl: 0 >- hidden: -5 >+ hidden: -6 > frameworkcode: "" > seealso: "" > link: "" >@@ -24276,7 +24276,7 @@ tables: > authtypecode: UNIF_TITLE > value_builder: "" > isurl: >- hidden: 0 >+ hidden: -6 > frameworkcode: "" > seealso: "'440n','440p','490a','830a','830n','830p','899a'" > link: "" >@@ -24294,7 +24294,7 @@ tables: > authtypecode: "" > value_builder: "" > isurl: >- hidden: 0 >+ hidden: -6 > frameworkcode: "" > seealso: "" > link: "" >@@ -24312,7 +24312,7 @@ tables: > authtypecode: "" > value_builder: "" > isurl: >- hidden: 0 >+ hidden: -6 > frameworkcode: "" > seealso: "" > link: "" >@@ -24330,7 +24330,7 @@ tables: > authtypecode: "" > value_builder: "" > isurl: >- hidden: 0 >+ hidden: -6 > frameworkcode: "" > seealso: "" > link: "" >@@ -24366,7 +24366,7 @@ tables: > authtypecode: "" > value_builder: "" > isurl: >- hidden: 0 >+ hidden: -6 > frameworkcode: "" > seealso: "" > link: "" >@@ -24384,7 +24384,7 @@ tables: > authtypecode: "" > value_builder: "" > isurl: >- hidden: -6 >+ hidden: 0 > frameworkcode: "" > seealso: "" > link: "" >@@ -24432,13 +24432,13 @@ tables: > libopac: "Series statement" > repeatable: 1 > mandatory: 0 >- kohafield: "" >+ kohafield: biblio.seriestitle > tab: 4 > authorised_value: "" > authtypecode: "" > value_builder: "" > isurl: >- hidden: -1 >+ hidden: 0 > frameworkcode: "" > seealso: "" > link: "" >@@ -24468,13 +24468,13 @@ tables: > libopac: "Volume/sequential designation" > repeatable: 1 > mandatory: 0 >- kohafield: "" >+ kohafield: biblioitems.volume > tab: 4 > authorised_value: "" > authtypecode: "" > value_builder: "" > isurl: >- hidden: -1 >+ hidden: 0 > frameworkcode: "" > seealso: "" > link: "" >@@ -24492,7 +24492,7 @@ tables: > authtypecode: "" > value_builder: "" > isurl: >- hidden: -1 >+ hidden: 0 > frameworkcode: "" > seealso: "" > link: "" >-- >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 7947
:
102030
|
102031
|
102032
|
102033
|
102034
|
102035
|
102036
|
102037
|
102038
|
103572
|
103573
|
103574
|
103575
|
103576
|
103577
|
103578
|
103579
|
103580
|
103581
|
103582
|
103583
|
103584
|
104282
|
104283
|
104284
|
104285
|
104286
|
104287
|
104288
|
104289
|
104290
|
104291
|
104292