Closed
Bug 803373
Opened 12 years ago
Closed 12 years ago
[socorro-crashstats] Comments tab can't count
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: rhelmer)
References
()
Details
Attachments
(1 file)
284.82 KB,
image/png
|
Details |
STR:
1. Load http://crash-stats-new-dev.allizom.org/report/list?version=Firefox:17.0&query_search=signature&query_type=contains&reason_type=contains&date=2012-10-19&range_value=28&range_unit=days&hang_type=any&process_type=any&signature=js%3A%3AGetObjectParent%28JSObject*%29
2. Look at the Comments (2) tab
Expected:
Should be 24
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rhelmer
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
The bugs tab also has an incorrect count. Should we be using .total instead of |count there as well?
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Chris Lonnen :lonnen from comment #2)
> The bugs tab also has an incorrect count. Should we be using .total instead
> of |count there as well?
yes (or "bugs.hits | count", but might as well let the mware do the work)
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/0e45df61bea8e82d3d1afc0940da90b158b2bef0
bug 803373 - fix comments count
https://github.com/mozilla/socorro-crashstats/commit/64382007f5d3f916cd5d4fe58bb9a1bdf9fb71af
Merge pull request #188 from rhelmer/bug803373-fix-comments-count
bug 803373 - fix comments count
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•12 years ago
|
||
Verified FIXED on http://crash-stats-new-dev.allizom.org/report/list?version=Firefox:17.0&query_search=signature&query_type=contains&reason_type=contains&date=2012-10-19&range_value=28&range_unit=days&hang_type=any&process_type=any&signature=js%3A%3AGetObjectParent%28JSObject*%29, 24 results when I tested.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•