You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error seems to prevent any type of update to donor info from the donor profile screen.
Attempting to edit donor information using the Edit Donor button results in a server-side error upon submission: Error: Please enter a valid email address.
I thought that possibly the email field farther down the page was triggering the error, but entering a valid email in that field still results in the same error. This error occurs when attempting to edit registered and unregistered donors.
Expected Behavior
User should be able to update donor info from donor profile screen.
Current Behavior
Clicking Update Donor results in an error that references a valid email address. User is left confused because an email field is not part of the form they are updating.
Possible Solution
Investigate server-side validation to remove the condition causing the error.
Steps to Reproduce (for bugs)
Make a donation with address fields.
View donor profile.
Click Edit Donor button at top of profile.
Change address fields.
Click Update Donor
Error appears: Error: Please enter a valid email address.
The same error occurs for unregistered users that only have a User ID field to edit.
Screenshots
Error when attempting to update regisered user's address.
Error when attempting to update unregisered user's name.
Context
Discovered while investigating address fields for #1112.
Your Environment
Give version used: 1.7
Browser Name and version: Chrome 53.0.2785.143 (64-bit)
Operating System and version (desktop or mobile): OS X Yosemite 10.10.5
The text was updated successfully, but these errors were encountered:
Issue Overview
The following error seems to prevent any type of update to donor info from the donor profile screen.
Attempting to edit donor information using the
Edit Donor
button results in a server-side error upon submission:Error: Please enter a valid email address.
I thought that possibly the email field farther down the page was triggering the error, but entering a valid email in that field still results in the same error. This error occurs when attempting to edit registered and unregistered donors.
Expected Behavior
User should be able to update donor info from donor profile screen.
Current Behavior
Clicking
Update Donor
results in an error that references a valid email address. User is left confused because an email field is not part of the form they are updating.Possible Solution
Investigate server-side validation to remove the condition causing the error.
Steps to Reproduce (for bugs)
Edit Donor
button at top of profile.Update Donor
Error: Please enter a valid email address.
The same error occurs for unregistered users that only have a
User ID
field to edit.Screenshots
Error when attempting to update regisered user's address.
Error when attempting to update unregisered user's name.
Context
Discovered while investigating address fields for #1112.
Your Environment
The text was updated successfully, but these errors were encountered: