-
Type:
Bug
-
Status: Closed
-
Priority:
Should
-
Resolution: Fixed
-
Affects Version/s: Platform 1.11.0
-
Fix Version/s: Core 2.1.0
-
Component/s: None
-
Labels:
-
Complexity:Low
Fields or columns that are of character datatype at the database layer have a set number that must not be exceeded for-example char(50) . And we don't mind to check what would happen in-case the user entered more characters in a given field, at the database layer this is alright but it will end up into spilling stack traces into the UI in-case it happens.
See for-example: the failure screenshot at http://snag.gy/OZyo2.jpg and the stack-trace generated at: http://pastebin.com/ATR2RVWZ
In this issue you are to go through all fields stored as characters and check for the number set for each at the database layer and then validate if the user enters more characters so that you can instead through some good informative message like, "you have entered more characters for fieldName"
- links to