Kaynağa Gözat
Merge pull request #4859 from pratu16x7/hotfix
[hotfix] stop notification check in setup
version-14
Prateeksha Singh
7 yıl önce
committed by
GitHub
ebeveyn
işleme
4ba2713874
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
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) { |
|
|
|