Browse Source

Merge pull request #4682 from frappe/hotfix

[hotfix] remove setup fail message
version-14
Prateeksha Singh 7 years ago
committed by GitHub
parent
commit
d75f44d059
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      frappe/desk/page/setup_wizard/setup_wizard.js

+ 0
- 6
frappe/desk/page/setup_wizard/setup_wizard.js View File

@@ -217,12 +217,6 @@ frappe.setup.SetupWizard = class SetupWizard extends frappe.ui.Slides {
this.$working_state.find('.state-icon-container').html(''); this.$working_state.find('.state-icon-container').html('');
fail_msg = fail_msg ? fail_msg : __("Failed to complete setup"); fail_msg = fail_msg ? fail_msg : __("Failed to complete setup");


if(error && !frappe.boot.developer_mode) {
frappe.msgprint(`Don't worry. It's not you, it's us. We've
received the issue details and will get back to you on the solution.
Please feel free to contact us on support@erpnext.com in the meantime.`);
}

this.update_setup_message('Could not start up: ' + fail_msg); this.update_setup_message('Could not start up: ' + fail_msg);


this.$working_state.find('.title').html('Setup failed'); this.$working_state.find('.title').html('Setup failed');


Loading…
Cancel
Save