Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium Milestone-Release-1.1
Component-Validation Component-Forms
New issue 1628 by [email protected]: String fields in the db are limited to
255 characters but users demand bigger sizes and there is not warnings
http://code.google.com/p/qubit-toolkit/issues/detail?id=1628
To reproduce this error:
========================
1) Create a new information object
2) Insert a title value bigger than 255 characters
Resulting error:
================
The title is truncated to the limit of the field in the database: 255
characters and the user is not being warned.
Expected result:
================
In my opinion, we should increase the size limit to 512 characters for some
fields like limit (this requires to modify the data schema). In the other
hand, we should warn users about size limits. Set a size limit in the
<input/> HTML tag would be the easyer solution.
--
You received this message because you are subscribed to the Google Groups "Qubit
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-issues?hl=en.