Closed
Bug 582256
Opened 15 years ago
Closed 15 years ago
[dashboard][l10nstats] tree progress graph broken when srctime has null
Categories
(Mozilla Localizations :: Infrastructure, defect, P1)
Mozilla Localizations
Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: Pike)
Details
Right now, the slider has min and max of all srctimes of the runs for a tree, but in a way that makes the min time be None if there's a None for srctime for a run.
That happens for fx40x now, for whichever reason.
Fix is easy, let's use aggregate(Min('srctime')) and Max() instead, for the two lines in http://hg.mozilla.org/l10n/django-site/file/ac3e94960533/l10nstats/views.py#l301.
Regression, P1, taking, fix in HEAD.
| Assignee | ||
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•