]> git.koha-community.org Git - koha.git/commit
Bug 2046 - Suggestions: Title Field too small
authorKristina D.C. Hoeppner <kristina@catalyst.net.nz>
Fri, 29 Mar 2013 02:04:42 +0000 (15:04 +1300)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 27 Apr 2013 22:20:38 +0000 (10:20 +1200)
commit13fe27eaa15696900cebdd1899f005956231b1cc
tree0de85f1d36812edef42d88307c89513b2ea2ee1c
parent64f8eeb86585f7951e15d7476c7fe0acbae14335
Bug 2046 - Suggestions: Title Field too small

Increase both on staff and OPAC interface
from 80 to 255 characters to be saved in
the database. Shown will be 80 characters.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Clean patch, workes as described.

To test:
- Apply patch and run database update
- Check that the column in the database is now varchar(255)
- Enter a new suggestion in the OPAC
- Edit this suggestion in staff
- Confirm form has the new max value set
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt