Closed
Bug 1900582
Opened 1 year ago
Closed 1 year ago
Update Translations ModelState to include ERROR_DELETION when a failure Occurs
Categories
(Firefox for Android :: Translations, task, P2)
Tracking
()
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: olivia, Assigned: olivia)
References
Details
(Whiteboard: [fxdroid][foundation][translations:128])
Attachments
(1 file)
A download or deletion error may occur on the translations download screen. This state should be reflected in the UI. ERROR_DELETION and likely ERROR_DOWNLOAD should be listed in the ModelState. The reducer should receive this state when it fails in TranslationsMiddleware.
| Assignee | ||
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P2
Whiteboard: [fxdroid][foundation][translations:128]
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → ohall
| Assignee | ||
Comment 1•1 year ago
|
||
This bug should additionally ensure translation state clears across page loads to support https://phabricator.services.mozilla.com/D210627. (If it makes sense to do here, I suspect this might need to be filed as a new bug, but I'll research it here.)
| Assignee | ||
Comment 2•1 year ago
|
||
Right now, when an error occurs when downloading or deleting a translations model,
there is nothing to indicate which model had an error.
This patch introduces ERROR_DELETION and ERROR_DOWNLOAD to indicate state.
Pushed by ohall@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cb7cbba6de88
Update Android Translations ModelState to include ERROR States r=android-reviewers,giorga
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•