fix: table multiselect fieldname_remove not reflecting removed row (#33025)
This commit is contained in:
parent
1f2219dbe8
commit
4fc2a39e44
1 changed files with 4 additions and 1 deletions
|
|
@ -41,7 +41,10 @@ frappe.ui.form.ControlTableMultiSelect = class ControlTableMultiSelect extends (
|
|||
);
|
||||
},
|
||||
() => {
|
||||
this.parse_validate_and_set_in_model("");
|
||||
frappe.model.clear_doc(this.df.options, row.name);
|
||||
|
||||
this.frm.dirty();
|
||||
this.refresh();
|
||||
|
||||
return this.frm.script_manager.trigger(
|
||||
`${this.df.fieldname}_remove`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue