https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40508 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #9 from David Cook <dcook@prosentient.com.au> --- (In reply to Owen Leonard from comment #8)
(In reply to Marcel de Rooy from comment #7)
Setting the length to 9999 is definitely wrong.
9999 is the default found in the code, for example:
authorities.pl line 104:
# determine maximum length; 9999 bytes per ISO 2709 except for leader and MARC21 008 my $max_length = 9999;
Changing this one back to "Signed Off", because bug 40284 and bug 40508 are not mutually exclusive. We can add a follow-up here to make the marc21_framework_DEFAULT.yml change from bug 40284 unnecessary, or we can just include them both. It doesn't really matter. If both are pushed, then the right thing will happen in the end. -- You are receiving this mail because: You are watching all bug changes.