浏览代码
fix: user profile not loading
fix issue caused during implementation of esbuild system
version-14
Chinmay Kulkarni
4 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
2 次插入 和
2 次删除
-
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(); |
|
|
|
}); |
|
|
|
}; |
|
|
|
}; |