Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Sprint 1.0.3
Description
FirstName, LastName, Organization, Email - are fields given by the user, but in BD we map them with a limit of 50 characters.
- we should validate input fields got from the user to be maximum the limit in DB, and if not display a nice error message in UI
- could we easily increase the limit in DB, without loosing existing data?