ソースを参照

[hotfix] remove setup fail message

Else it also appears for non-cloud users, where we don't receive an email: https://discuss.erpnext.com/t/initial-setup-failed-dont-worry-its-not-you-its-us/31948/5
version-14
Prateeksha Singh 7年前
committed by GitHub
コミット
51fd6fa2b7
この署名に対応する既知のキーがデータベースに存在しません 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');


読み込み中…
キャンセル
保存