[fix] before_install returns False if setup wizard has been completed, fixes frappe/frappe#1488
This commit is contained in:
@@ -23,6 +23,7 @@ web_include_css = "assets/erpnext/css/website.css"
|
||||
setup_wizard_requires = "assets/erpnext/js/setup_wizard.js"
|
||||
setup_wizard_complete = "erpnext.setup.setup_wizard.setup_wizard.setup_complete"
|
||||
|
||||
before_install = "erpnext.setup.install.check_setup_wizard_not_completed"
|
||||
after_install = "erpnext.setup.install.after_install"
|
||||
|
||||
boot_session = "erpnext.startup.boot.boot_session"
|
||||
|
||||
Reference in New Issue
Block a user