fix: refresh fields after changing form to read-only (#26439)
This commit is contained in:
parent
f70108502a
commit
cc8c0f917c
1 changed files with 1 additions and 0 deletions
|
|
@ -1843,6 +1843,7 @@ frappe.ui.form.Form = class FrappeForm {
|
|||
email: p.email,
|
||||
};
|
||||
});
|
||||
this.refresh_fields();
|
||||
}
|
||||
|
||||
trigger(event, doctype, docname) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue