Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Incorrect message shown for profile server errors #1660

Closed
zaach opened this issue Sep 16, 2014 · 0 comments
Closed

Incorrect message shown for profile server errors #1660

zaach opened this issue Sep 16, 2014 · 0 comments
Assignees

Comments

@zaach
Copy link
Contributor

zaach commented Sep 16, 2014

As reported here: #1584 (comment)

This occurs because the context of the error was being discarded as the error was rethrown in the form submission handler. Rather than depending on error context being passed around, we can store it on individual error objects.

@zaach zaach self-assigned this Sep 16, 2014
zaach added a commit that referenced this issue Sep 16, 2014
Fixes #1660.

This issue occurred because the context of an error was being discarded as the error was rethrown in the form submission handler. Rather than depend on error context being passed around, we store it on individual error objects.
@zaach zaach added the has PR label Sep 16, 2014
@zaach zaach closed this as completed in a3c4f2a Sep 16, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant