https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27365 --- Comment #23 from Thomas Klausner <domm@plix.at> --- (In reply to Katrin Fischer from comment #19)
Just a note here: the normal cataloguing editor does enforce a length, the input field shave maxsize = 9999 set (at least in MARC21). Is this different for UNIMARC? But if you import using staged import it's probably just being added as is.
Using the latest KTD, I could enter data longer than 9999 bytes (even ignoring chars vs bytes..) into eg 521$a, which does has a `max_length`. So maybe the max length is ignored (another bug?). And even if it wasn't ignored, the length limit is per *field*, not per *subfield*, so eg even if (521$a < 9999) && (521$b < 9999), 521$a + 521$b could be greater than 9999 (triggering the bug) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.