refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. (#47691)

This commit is contained in:
rohitwaghchaure
2025-06-03 13:02:45 +05:30
committed by GitHub
parent 538e0d08e4
commit 75b5ba6e67
4 changed files with 11 additions and 13 deletions

View File

@@ -64,9 +64,6 @@ setup_wizard_stages = "erpnext.setup.setup_wizard.setup_wizard.get_setup_stages"
setup_wizard_complete = "erpnext.setup.setup_wizard.setup_wizard.setup_demo"
setup_wizard_test = "erpnext.setup.setup_wizard.test_setup_wizard.run_setup_wizard_test"
before_install = [
"erpnext.setup.install.check_setup_wizard_not_completed",
]
after_install = "erpnext.setup.install.after_install"
boot_session = "erpnext.startup.boot.boot_session"