Closed
Bug 1820859
Opened 2 years ago
Closed 2 years ago
Wrap code that looks for a latest nightly/stable versions of Firefox in try/catch block in case of failure
Categories
(bugzilla.mozilla.org :: Bug Creation/Editing, enhancement)
bugzilla.mozilla.org
Bug Creation/Editing
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
Details
Attachments
(1 file, 1 obsolete file)
If the API endpoint that Bugzilla::Util::fetch_product_versions() uses is either not available or misconfigured, it will cause an error to display on the show bug page instead of allowing the proper page to display. We should wrap the code in a try block in case the call is unsuccessful and thus allow the page to still display properly.
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•2 years ago
|
||
Had to revert this change as it was causing issues with tracking flags being set by mistake on some bugs.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Attachment #9321711 -
Attachment is obsolete: true
Assignee | ||
Comment 5•2 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 2 years ago → 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•