https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39402
Bug ID: 39402 Summary: Mismatch between basket name length in HTML and database (+ the length could be bumped) Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: schodkowy.omegi...@icloud.com QA Contact: testo...@bugs.koha-community.org In HTML we have it limited to 80: <input type="text" name="basketname" id="basketname" size="40" maxlength="80" value="" required="required" class="focus required valid" aria-invalid="false"> but in database aqbasket.basketname is limited to 50 for some reason. This results in the user being able to input more characters and the last 30 characters will then be SILENTLY TRUNCATED. The max length of the value in database should be expanded to at least 80 to match up the HTML (potentially to even more?). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/