[fix] Freeze customize form on trigger of doctype
This commit is contained in:
parent
ae0afc73df
commit
2adb2bf744
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ frappe.ui.form.on("Customize Form", {
|
|||
return frm.call({
|
||||
method: "fetch_to_customize",
|
||||
doc: frm.doc,
|
||||
freeze: true,
|
||||
callback: function(r) {
|
||||
frm.refresh();
|
||||
frm.trigger("setup_sortable");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue