We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Currently all email conflicts and unique constraint violations generate an email error message: "This email address already exists."
The message was generalized on workflows API work to report other field errors correctly, but email message needs to be a specific.
Version number
v2.10.9
I have reproduced this locally on main:
To Reproduce
Expected behavior
Use "This email address already exists." for email
Use "This value should be unique." for other fields (fixed on Workflows API)
The text was updated successfully, but these errors were encountered:
Issue derived from #2792 (comment)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Currently all email conflicts and unique constraint violations generate an email error message:
"This email address already exists."
The message was generalized on workflows API work to report other field errors correctly, but email message needs to be a specific.
Version number
v2.10.9
I have reproduced this locally on main:
To Reproduce
Expected behavior
Use "This email address already exists." for email
Use "This value should be unique." for other fields (fixed on Workflows API)
The text was updated successfully, but these errors were encountered: