-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We've shied away from form validation so far because the data quality wasn't good enough, but now that active users are starting to use the application we should add it in to make sure that new data meets the standard.
For Add views, we can drop this validation in easily. For edit views, we'll need a custom validator to check if there's pre-existing data for the record and skip the validation if so. (Remember to turn off JavaScript validation in these cases.)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request