Open
Bug 1443158
Opened 7 years ago
Sorting by "Version" gets confused by betas
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
NEW
People
(Reporter: tcampbell, Unassigned)
Details
Sorting by version when looking at reports for Beta seems to be lexicographic (or maybe not) and gets confused when we have more than 10 betas.
eg. https://crash-stats.mozilla.org/signature/?product=Firefox&version=59.0b&signature=js%3A%3AXDRAtom%3CT%3E&date=%3E%3D2018-02-26T10%3A11%3A26.000Z&date=%3C2018-03-05T10%3A11%3A26.000Z&_columns=date&_columns=product&_columns=version&_columns=build_id&_columns=platform&_columns=reason&_columns=address&_columns=install_time&_sort=-version&_sort=-date&page=1
Actual: 59.b5, 59.b4, 59.b3, 59.b14, 59.b13
Expected: 59.b14, 59.b13, 59.b5, 59.b4, 59.b3
You need to log in
before you can comment on or make changes to this bug.
Description
•