https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30916 Bug ID: 30916 Summary: Staged import fails if a title is longer than 128 characters Change sponsored?: --- Product: Koha Version: 20.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: MARC Bibliographic record staging/import Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org The staged import tools will fail, if you try to import a record that has a title longer than 128 characters, as import_biblios.title is varchar(128). In comparison, biblio.title is mediumtext. We should make the fields match up or at least extend the size of import_biblios.title. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.