Merge pull request #32315 from sokumon/link-field-trigger
fix(link): dont force set value in model
This commit is contained in:
commit
87c67c8dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ frappe.ui.form.ControlLink = class ControlLink extends frappe.ui.form.ControlDat
|
|||
frappe.utils.add_link_title(this.df.options, value, label);
|
||||
}
|
||||
|
||||
return this.validate_and_set_in_model(value, e, true);
|
||||
return this.validate_and_set_in_model(value, e);
|
||||
}
|
||||
parse(value) {
|
||||
return strip_html(value);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue