fix: super call
This commit is contained in:
parent
bd487f7ef3
commit
fb0f9180d0
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ frappe.ui.form.ControlTableMultiSelect = class ControlTableMultiSelect extends f
|
|||
return this.rows;
|
||||
}
|
||||
get_model_value() {
|
||||
let value = this._super();
|
||||
let value = super.get_model_value();
|
||||
return value ? value.filter(d => !d.__islocal) : value;
|
||||
}
|
||||
validate(value) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue