Bug 6573

Summary: Library name entry field enforces unnecessary maxlength
Product: Koha Reporter: Owen Leonard <oleonard>
Component: System AdministrationAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P5 - low CC: chris, gmcharlt
Version: Main   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/admin/branches.pl?op=add
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Proposed fix
Signed-off patch

Description Owen Leonard 2011-07-11 12:40:58 UTC
When creating a new library the library name form field has a maxlength of 80 characters. The column in the database is "mediumtext," so a limit is not necessary.
Comment 1 Owen Leonard 2011-07-11 12:55:41 UTC Comment hidden (obsolete)
Comment 2 Frédéric Demians 2011-07-11 16:03:39 UTC
Created attachment 4615 [details] [review]
Signed-off patch
Comment 3 Chris Cormack 2011-07-12 08:03:33 UTC
Simple changes, pushed, please test