Skip to content
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: add missing name attribute in SRV form #1010

Merged
merged 1 commit into from
Dec 2, 2015

Conversation

klimeryk
Copy link
Contributor

The protocol field was missing a name attribute. And since it's a mandatory field, the backend did not allow saving a SRV record at all.

Interesting that no one reported this - but then again, SRV records are not that often used.

@klimeryk klimeryk added [Type] Bug When a feature is broken and / or not performing as intended [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. [Feature Group] Emails & Domains Features related to email integrations and domain management. labels Nov 30, 2015
@gwwar
Copy link
Contributor

gwwar commented Dec 2, 2015

I verified the bug in production. It looks like there's an extra js error being thrown here when toggling the protocol dropdown which is preventing me from saving an SRV record on your branch.

The name attribute for the field was missing as well as a default value.
@klimeryk klimeryk force-pushed the fix/missing-protocol-field-in-srv branch from 7b6acc2 to bad86e2 Compare December 2, 2015 03:43
@klimeryk
Copy link
Contributor Author

klimeryk commented Dec 2, 2015

@gwwar: you are correct, one more fix was needed. Thanks to @rads for the original fix 👍
Should work now as expected - can you verify?

@gwwar
Copy link
Contributor

gwwar commented Dec 2, 2015

:shipit:

@gwwar gwwar added [Status] Ready to Merge and removed [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. labels Dec 2, 2015
klimeryk pushed a commit that referenced this pull request Dec 2, 2015
…n-srv

Domains: add missing name attribute in SRV form
@klimeryk klimeryk merged commit 0606c58 into master Dec 2, 2015
@klimeryk klimeryk deleted the fix/missing-protocol-field-in-srv branch December 2, 2015 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature Group] Emails & Domains Features related to email integrations and domain management. [Type] Bug When a feature is broken and / or not performing as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants