Closed
Bug 980792
Opened 12 years ago
Closed 12 years ago
Improve error messages on GCCrashes to include field
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
78
People
(Reporter: espressive, Assigned: espressive)
References
()
Details
(Whiteboard: [QA+])
This is based on the following comment on Github:
https://github.com/mozilla/socorro/pull/1918#discussion_r10311403
| Assignee | ||
Comment 1•12 years ago
|
||
Sent pull request: https://github.com/mozilla/socorro/pull/1944
| Assignee | ||
Comment 2•12 years ago
|
||
QA Steps
--------
Currently if you have a URL such as:
crash-stats.allizom.com/gccrashes/products/Firefox/version/30.0a1?start_date=2014-03-11&end_date=2014-03-12 and you were to change the version to something like 99 and hit enter, you would get a form error of the form 'Select a valid choice. 99 is not one of the available choices.'. This changes the functionality so that the field the error relates to is prepended to the error message, for example 'Version: Select a valid choice. 99 is not one of the available choices.'
QA Contact: mbrandt
Target Milestone: --- → 77
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [QA+]
Comment 3•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/ca0ec1e65e82e063cd38efab57b8b6d5aac9ecde
Fix Bug 980792, make django form errors more user friendly
https://github.com/mozilla/socorro/commit/8dc89fbe369f9b6e1edba8ea9c3331397b40686a
Merge pull request #1944 from ossreleasefeed/bug980792-improve-error-messages-on-gccrashes
Fix Bug 980792, make django form errors more user friendly
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: 77 → 78
You need to log in
before you can comment on or make changes to this bug.
Description
•