Bugzilla – Attachment 111536 Details for
Bug 26018
Not all subfields for the following tags are in the same tab (or marked 'ignored')
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26018: Fix frameworks errors with subfields in wrong tab
Bug-26018-Fix-frameworks-errors-with-subfields-in-.patch (text/plain), 3.62 KB, created by
Joonas Kylmälä
on 2020-10-13 11:35:08 UTC
(
hide
)
Description:
Bug 26018: Fix frameworks errors with subfields in wrong tab
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2020-10-13 11:35:08 UTC
Size:
3.62 KB
patch
obsolete
>From 4ccbbd7b3a6e4b1af8309712f8f9463cc42d85fd Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 18 Jul 2020 14:52:06 +0200 >Subject: [PATCH] Bug 26018: Fix frameworks errors with subfields in wrong tab >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >All subfields for a MARC21 field should always be in the same tab. >There were some mistakes found by the "MARC bibliographic framework >test" this fixes. > >Before you apply the patch: >- Check the "MARC bibliographic framework test" page >- Ideally you should see the "wrong tab" mistakes >- Reset your db (reset_all) or drop your db and run the web installer >- Verify the page no longer points out any issues > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> >--- > .../marc21/mandatory/marc21_framework_DEFAULT.yml | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 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 d299216fcd..a7b2f89db3 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 >@@ -12985,7 +12985,7 @@ tables: > repeatable: 0 > mandatory: 0 > kohafield: "" >- tab: 1 >+ tab: 2 > authorised_value: "" > authtypecode: "" > value_builder: "" >@@ -39571,7 +39571,7 @@ tables: > repeatable: 0 > mandatory: 0 > kohafield: "" >- tab: 1 >+ tab: 7 > authorised_value: "" > authtypecode: "" > value_builder: "" >@@ -40435,7 +40435,7 @@ tables: > repeatable: 0 > mandatory: 0 > kohafield: "" >- tab: 1 >+ tab: 7 > authorised_value: "" > authtypecode: "" > value_builder: "" >@@ -40957,7 +40957,7 @@ tables: > repeatable: 0 > mandatory: 0 > kohafield: "" >- tab: 1 >+ tab: 7 > authorised_value: "" > authtypecode: "" > value_builder: "" >@@ -41821,7 +41821,7 @@ tables: > repeatable: 0 > mandatory: 0 > kohafield: "" >- tab: 1 >+ tab: 7 > authorised_value: "" > authtypecode: "" > value_builder: "" >@@ -43297,7 +43297,7 @@ tables: > repeatable: 0 > mandatory: 0 > kohafield: "" >- tab: 1 >+ tab: 7 > authorised_value: "" > authtypecode: "" > value_builder: "" >@@ -52333,7 +52333,7 @@ tables: > repeatable: 0 > mandatory: 0 > kohafield: "" >- tab: 1 >+ tab: 8 > authorised_value: "" > authtypecode: "" > value_builder: "" >@@ -52927,7 +52927,7 @@ tables: > repeatable: 0 > mandatory: 0 > kohafield: "" >- tab: 1 >+ tab: 8 > authorised_value: "" > authtypecode: "" > value_builder: "" >@@ -53485,7 +53485,7 @@ tables: > repeatable: 0 > mandatory: 0 > kohafield: "" >- tab: 1 >+ tab: 8 > authorised_value: "" > authtypecode: "" > value_builder: "" >@@ -54025,7 +54025,7 @@ tables: > repeatable: 0 > mandatory: 0 > kohafield: "" >- tab: 1 >+ tab: 8 > authorised_value: "" > authtypecode: "" > value_builder: "" >-- >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 26018
:
107054
|
110221
| 111536