Преглед изворни кода
fix: user profile not loading
fix issue caused during implementation of esbuild system
version-14
Chinmay Kulkarni
пре 4 година
committed by
GitHub
No known key found for this signature in database
GPG Key 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(); |
|
|
|
}); |
|
|
|
}; |
|
|
|
}; |