Closed
Bug 1072380
Opened 10 years ago
Closed 10 years ago
[traceback] ISE: Opting to receive newsletter without agreeing to terms
Categories
(developer.mozilla.org Graveyard :: Sign-in, defect)
developer.mozilla.org Graveyard
Sign-in
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: groovecoder, Assigned: jezdez)
References
Details
(Whiteboard: [traceback])
Updated•10 years ago
|
Severity: normal → major
Summary: ISE: Opting to receive newsletter without agreeing to terms → [traceback] ISE: Opting to receive newsletter without agreeing to terms
Whiteboard: [traceback]
Assignee | ||
Updated•10 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jezdez
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/b67b9c695a208e88b61bde3be05676cf8b196aa7
fix bug 1072380 - make sure we raise validation error at the right spot of the call chain.
The problem was that the validation error was raised at a stage where it didn't trigger a re-rendering of the page.
This also contains some refactoring of the newsletter feature to encapsulate it in the NewsletterForm.
https://github.com/mozilla/kuma/commit/3ba57adf5db977cc5f7a7516ac671e8713b51cc1
Merge pull request #2845 from jezdez/bug1072380
fix bug 1072380 - make sure we raise validation error at the right spot of the call chain
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•