From 4ccbbd7b3a6e4b1af8309712f8f9463cc42d85fd Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 Signed-off-by: Joonas Kylmälä --- .../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