"Last updated" date in addon details view is not the date of the last update
Categories
(Firefox for Android :: WebExtensions, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | verified |
People
(Reporter: gl, Assigned: willdurand)
References
Details
(Whiteboard: [addons-jira])
Attachments
(2 files)
|
[mozilla-mobile/firefox-android] Bug 1796311 - Fix "Last updated" date in addon details view (#3953)
59 bytes,
text/x-github-pull-request
|
Details | Review | |
|
64.39 KB,
image/jpeg
|
Details |
From github: https://github.com/mozilla-mobile/android-components/issues/6935.
See https://github.com/mozilla/addons-server/issues/14209 and https://github.com/mozilla-mobile/fenix/issues/10489 for more context
The update field should reflect the date of the add-on file update, not of an arbitrary other last modification date:
To fix that, replace
last_updatedwithcurrent_version.files[0].createdfrom the response (
https://addons.mozilla.org/api/v4/accounts/account/mozilla/collections/7e8d6dc651b54ab385fb8791bf9dac/addons/?lang=en-US )┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
| Comment hidden (duplicate) |
Updated•3 years ago
|
Updated•3 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
Authored by https://github.com/willdurand
https://github.com/mozilla-mobile/firefox-android/commit/8f54ab9a118a8d74096e20411e55448e4596c9c4
[main] Bug 1796311 - Fix "Last updated" date in addon details view
Comment 5•2 years ago
|
||
Hello Gabriel,
Is QA verification needed for this issue? If so, could you please provide us with some steps to reproduce (STR) or testing scenarios?
Thank you!
| Assignee | ||
Comment 6•2 years ago
|
||
STR:
- In Fenix, go to the Add-ons manager and open the details for uBlock Origin
At the time of writing, you should see "Oct 5, 2023" on Release and "Sep 21, 2023" on Nightly. The correct date is "Sep 21, 2023".
Comment 7•2 years ago
•
|
||
Thank you, William!
Verified as fixed on Nightly 120.0a1 from 10/06 with OnePlus A3000 (Android 6) and Motorola Moto G9 plus (Android 11).
Comment 8•2 years ago
|
||
Description
•