瀏覽代碼
Merge pull request #4859 from pratu16x7/hotfix
[hotfix] stop notification check in setup
version-14
Prateeksha Singh
7 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
frappe/public/js/frappe/desk.js
|
|
@@ -233,7 +233,7 @@ frappe.Application = Class.extend({ |
|
|
|
|
|
|
|
refresh_notifications: function() { |
|
|
|
var me = this; |
|
|
|
if(frappe.session_alive) { |
|
|
|
if(frappe.session_alive && frappe.boot && !frappe.boot.in_setup_wizard) { |
|
|
|
return frappe.call({ |
|
|
|
method: "frappe.desk.notifications.get_notifications", |
|
|
|
callback: function(r) { |
|
|
|