http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11268

--- Comment #1 from Kyle M Hall <[email protected]> ---
Created attachment 23006
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23006&action=edit
Bug 11268 - Biblioitems URL field is too small for some URLs

The URL field in biblioitems is defined as a varchar(255) which is large
enough for most URLs but not all. This field should be converted to a
TEXT field to make sure it is capable of storing all valid URLs.

Test Plan:
1) Attempt to a URL that is greater than 255 chacters long in a record
   (856$u in MARC21)
2) Save the record, note the url gets truncated
3) Apply this patch
4) Repeat step 1
5) Note the entire url is saved

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to