Explorar el Código

Merge pull request #13303 from chromonav/user-profile-not-loading

fix: user profile not loading
version-14
mergify[bot] hace 4 años
committed by GitHub
padre
commit
36b3d415e7
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      frappe/desk/page/user_profile/user_profile.js

+ 2
- 2
frappe/desk/page/user_profile/user_profile.js Ver fichero

@@ -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();
});
};
};

Cargando…
Cancelar
Guardar