Lets say a text field is one lne and very restrictive in terms of character limit (such as the desciption with Organic Grouos) and I want to up that. I would suffest adding this feature to the project.
Lets say a text field is one lne and very restrictive in terms of character limit (such as the desciption with Organic Grouos) and I want to up that. I would suffest adding this feature to the project.
Comments
Comment #1
metzlerd commentedI could alter the max number of characters, but if the database fields aren't large enough, this will just lead to application errors. Typically developers set sizes of the max entry to the size of storage allocated for those fields. Not sure I could do what's being asked without breaking the modules in question.
If I've misinterpreted this request and you're really talking about field sizes (not maxmimum entries) then let me know and I'll consider this request.
Dave