Closed
Bug 1352385
Opened 8 years ago
Closed 8 years ago
Use active versions if 0 featured versions
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
Attachments
(1 file)
Some products, like SeaMonkey, doesn't have featured versions. It does have active versions though. This requirement breaks the home page because of https://github.com/mozilla/socorro/blob/master/webapp-django/crashstats/home/views.py#L27 and Top Crashers because of this potential IndexError https://github.com/mozilla/socorro/blob/master/webapp-django/crashstats/topcrashers/views.py#L229
In both of these cases we could just rely on all *active* versions instead then those pages would continue to work for products that can't have featured versions because they can't be included in ship-it.
| Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/956b21cacec8e0adcec0a9592fa170057620d30f
fixes bug 1352385 - Use active versions if 0 featured versions (#3713)
* fixes bug 1352385 - Use active versions if 0 featured versions
* all nits addressed
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•