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

Issue/1131 #1135

Merged
merged 2 commits into from
Oct 19, 2016
Merged

Issue/1131 #1135

merged 2 commits into from
Oct 19, 2016

Conversation

kevinwhoffman
Copy link
Contributor

@kevinwhoffman kevinwhoffman commented Oct 19, 2016

Description

Attempting to update donor info was causing an email validation error described in #1131.

As of 1.7 donor email updates are handled in their own functions outside of give_edit_customer(). For that reason, references to the email field are removed from give_edit_customer().

Donor info can now be updated without error.

How Has This Been Tested?

  • Updated donor name without error.
  • Updated donor address without error.
  • Connected donor to user ID without error.
  • Confirmed email validation and editing still work in the Donor Emails section added in 1.7.

Types of changes

Fixes #1131

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows has proper inline documentation.

As of 1.7 donor emails are handled in their own functions outside of
give_edit_customer(). For that reason, references to the email field are
removed from the function.
@DevinWalker
Copy link
Member

I just tested this and it's working great. Thanks for catching that bug before it ever had a chance to get out in the wild.

@DevinWalker DevinWalker merged commit 2688d6a into impress-org:release/1.7 Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants