Merge pull request #1695 from nabinhait/freeze_customize_form

[fix] Freeze customize form on trigger of doctype
This commit is contained in:
Nabin Hait 2016-04-12 18:51:20 +05:30
commit ca4ec05ed8

View file

@ -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");