Summary: | Library name entry field enforces unnecessary maxlength | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | System Administration | Assignee: | 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 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Proposed fix
Signed-off patch |
Description
Owen Leonard
2011-07-11 12:40:58 UTC
Created attachment 4614 [details] [review] Proposed fix Removing maxlength from branches.tt and other admin templates which enforce it unnecessarily. Correcting other maxlengths which do not match the database structure. Created attachment 4615 [details] [review] Signed-off patch Simple changes, pushed, please test |