Active
Project:
Job Posting
Version:
6.x-1.11
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Sep 2011 at 20:13 UTC
Updated:
18 Dec 2011 at 10:26 UTC
The employer field truncates to 55 characters, can this please be fixed. Example:
"University of Central Florida - Office of Research & Commercialization" truncates to "University of Central Florida - Office of Research & Commerciali"
Comments
Comment #1
gmarus commentedIt's actually 64 characters and the setting is in the schema (you can verify this through mysql). If you want this lengthened you'll need to edit job_posting.install:
Change the length key to what you want and reinstall the module.
Comment #2
frank0051 commentedThat's funny, MS Word says it is 55; must not include the spaces. Again, it would seem to me this is something that needs to be addressed with the module itself, not something individuals should have to hack. I went ahead and made the change to the database, but this should be addressed by the module's authors themselves. You should also address the URL limit as well.