Closed
Bug 1689236
Opened 4 years ago
Closed 4 years ago
Remove initialViewId from categories-box custom element
Categories
(Toolkit :: Add-ons Manager, task, P2)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
DUPLICATE
of bug 1689240
People
(Reporter: ntim, Unassigned)
References
Details
Attachments
(1 obsolete file)
initialViewId is essentially just Services.prefs.getStringPref(PREF_UI_LASTCATEGORY, gViewController.defaultViewId)
"The first valid category" is essentially the discover view or the extensions view depending on which is enabled, so basically gViewController.defaultViewId.
In case of invalid non-empty pref value (unlikely), showView takes care of it anyway by calling replaceWithDefaultViewFn.
Reporter | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → ntim.bugs
Status: NEW → ASSIGNED
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P2
Updated•4 years ago
|
Attachment #9199682 -
Attachment is obsolete: true
Reporter | ||
Updated•4 years ago
|
Assignee: ntim.bugs → nobody
Status: ASSIGNED → NEW
Reporter | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•