Browse Source

Bug 26018: Fix frameworks errors with subfields in wrong tab

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>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 1cd2233173)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
20.05.x
Katrin Fischer 4 years ago
committed by Lucas Gass
parent
commit
7837657e04
  1. 20
      installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml

20
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: ""

Loading…
Cancel
Save