feat(minor): child table field as standard filter in list view (#23625)
This commit is contained in:
parent
01d6679c8c
commit
84fcd857e4
1 changed files with 1 additions and 1 deletions
|
|
@ -831,7 +831,7 @@ class FilterArea {
|
|||
value = "%" + value + "%";
|
||||
}
|
||||
filters.push([
|
||||
this.list_view.doctype,
|
||||
field.df.doctype || this.list_view.doctype,
|
||||
field.df.fieldname,
|
||||
field.df.condition || "=",
|
||||
value,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue