-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Domains: TXT record's value validation is broken #3328
Comments
I can confirm this happens in Calypso (and does not happen within the WP Admin Dashboard). To reproduce:
When attempting the same TXT record addition through WP Admin (via Store > My Domains) the value saves correctly and preserves the upper and lowercase values. This bug causes validation issues for services like Campaign Monitor that rely on TXT keys with mixed case values. Example. |
Thanks for additional testing, @andrewspittle! Since this seems like an urgent issue (and I feel guilty, because it was me who introduced this regression 😞), I've created a PR with a fix (#3585). Let me know if it works for you :) |
#3585 worked for me in calypso.localhost:3000 |
A nice side-effect of this change is that the selected record does not reset to 'A' after every submit. Fixes #3328
The text was updated successfully, but these errors were encountered: