Ver a proveniência
Merge pull request #13303 from chromonav/user-profile-not-loading
fix: user profile not loading
version-14
mergify[bot]
há 4 anos
committed by
GitHub
ascendente
cometimento
36b3d415e7
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
2 adições e
2 eliminações
-
frappe/desk/page/user_profile/user_profile.js
|
|
@@ -1,6 +1,6 @@ |
|
|
|
frappe.pages['user-profile'].on_page_load = function (wrapper) { |
|
|
|
frappe.require('assets/js/user_profile_controller.min.js', () => { |
|
|
|
frappe.require('user_profile_controller.bundle.js', () => { |
|
|
|
let user_profile = new frappe.ui.UserProfile(wrapper); |
|
|
|
user_profile.show(); |
|
|
|
}); |
|
|
|
}; |
|
|
|
}; |