fix: refresh fields after changing form to read-only (#26439)

This commit is contained in:
Markus Lobedann 2024-07-02 01:01:25 +02:00 committed by GitHub
parent f70108502a
commit cc8c0f917c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1843,6 +1843,7 @@ frappe.ui.form.Form = class FrappeForm {
email: p.email,
};
});
this.refresh_fields();
}
trigger(event, doctype, docname) {