-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(3) Email Regex is missing in Person new and Person edit #497
Comments
Draft PR: #501 |
I added email regex in validation file We have the following problems:
Good doc: https://github.com/poteto/ember-changeset-validations |
Todo:
|
Frontend test for edit person is done, now 2 for create person are needed.... |
The problem with the frontend test is the following: |
Currently it's possible to put any text in the email field when creating or editing a person, add a simple email regex to prevent this from happening
The text was updated successfully, but these errors were encountered: