https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25385 Bug ID: 25385 Summary: When entering a too long barcode, Koha explodes Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl We don't validate for length in the forms and this can lead to bad errors especially for users new to Koha: To test: - Edit any item in your catalog - Change the barcode to be longer than 20 characters - Save - You see en arror message: DBIx::Class::Storage::DBI::_dbh_execute(): Data too long for column 'barcode' at row 1 at /home/vagrant/kohaclone/Koha/Object.pm line 164 at /usr/share/perl5/DBIx/Class/Exception.pm line 77 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.