瀏覽代碼

Merge pull request #4682 from frappe/hotfix

[hotfix] remove setup fail message
version-14
Prateeksha Singh 7 年之前
committed by GitHub
父節點
當前提交
d75f44d059
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 0 行新增6 行删除
  1. +0
    -6
      frappe/desk/page/setup_wizard/setup_wizard.js

+ 0
- 6
frappe/desk/page/setup_wizard/setup_wizard.js 查看文件

@@ -217,12 +217,6 @@ frappe.setup.SetupWizard = class SetupWizard extends frappe.ui.Slides {
this.$working_state.find('.state-icon-container').html('');
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.$working_state.find('.title').html('Setup failed');


Loading…
取消
儲存