[Koha-bugs] [Bug 25385] New: When entering a too long barcode, Koha explodes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 6 08:18:20 CEST 2020


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 at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at 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.


More information about the Koha-bugs mailing list