Bugzilla – Attachment 109881 Details for
Bug 26007
Warning/reminder for changes to Koha to MARC mapping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26007: (QA follow-up) Fix English yml file
Bug-26007-QA-follow-up-Fix-English-yml-file.patch (text/plain), 1.17 KB, created by
Marcel de Rooy
on 2020-09-11 06:37:55 UTC
(
hide
)
Description:
Bug 26007: (QA follow-up) Fix English yml file
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-09-11 06:37:55 UTC
Size:
1.17 KB
patch
obsolete
>From cffabb083127d5ae937630966a0511264af2171b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 11 Sep 2020 06:31:04 +0000 >Subject: [PATCH] Bug 26007: (QA follow-up) Fix English yml file >Content-Type: text/plain; charset=utf-8 > >git grep -l -E "link:\s*\"?[0-9]" | xargs sed -i -e "/link:/ s/130/\"Title-uniform\"/" >Only one occurrence without quotes around 130. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 d7a8a59ba0..d299216fcd 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 >@@ -70773,7 +70773,7 @@ tables: > hidden: 5 > frameworkcode: "" > seealso: "" >- link: 130 >+ link: "Title-uniform" > defaultvalue: > > - tagfield: "943" >-- >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 26007
:
109301
|
109302
|
109638
|
109649
|
109650
|
109651
|
109652
| 109881