Bug 27591 - Inconsistent install values in MARC bibliographic frameworks
Summary: Inconsistent install values in MARC bibliographic frameworks
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (command-line installer) (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-02 09:39 UTC by Jonathan Druart
Modified: 2023-01-23 23:21 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 27591: Set biblio framework AV to NULL instead of empty string (744.86 KB, patch)
2021-02-02 09:40 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2021-02-02 09:39:16 UTC
For instance marc_tag_structure.authorised_value can be "" or NULL (not coming from bug 24594).
Comment 1 Jonathan Druart 2021-02-02 09:40:01 UTC
Created attachment 116192 [details] [review]
Bug 27591: Set biblio framework AV to NULL instead of empty string
Comment 2 Jonathan Druart 2021-02-02 09:40:27 UTC
There is more to investigate here. We should also remove the entry from the yml and let the DBMS set the default value.
Comment 3 Katrin Fischer 2023-01-23 23:21:22 UTC
Appears to still be valid:

installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml:          authorised_value:
installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml:          authorised_value:
installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml:          authorised_value:
installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml:          authorised_value:

...