Open
Bug 1822156
Opened 2 years ago
Updated 2 years ago
Simplify gMainPane.onMigrationButtonCommand after the new Migration Wizard ships enabled by default
Categories
(Firefox :: Settings UI, task, P3)
Firefox
Settings UI
Tracking
()
NEW
People
(Reporter: mconley, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Once browser.migrate.content-modal.enabled
is enabled by default, we can simplify onMigrationButtonCommand
by having it call showMigrationWizardDialog
directly (or, maybe better, just having the data-migration
button use showMigrationWizardDialog
as the command
event listener.
Reporter | ||
Comment 1•2 years ago
|
||
We may or may not want to WONTFIX this, as the showMigrationWizard
call does the work of writing the entrypoint to the wizard to Telemetry, which we probably still want.
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•