Skip to content

Commit

Permalink
fix: Doctype Links not updating #26041
Browse files Browse the repository at this point in the history
  • Loading branch information
karanwilson committed May 11, 2024
1 parent 3c644fe commit 4cfc8bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frappe/custom/doctype/customize_form/customize_form.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ frappe.ui.form.on("Customize Form Field", {
},
});

let parenttype, parent; // used in the form events for the child tables: links, actions and states

// can't delete standard links
frappe.ui.form.on("DocType Link", {
before_links_remove: function (frm, doctype, name) {
Expand Down

0 comments on commit 4cfc8bf

Please sign in to comment.