feat(minor): child table field as standard filter in list view (#23625)

This commit is contained in:
Fisher Yu 2023-12-08 19:26:40 +08:00 committed by GitHub
parent 01d6679c8c
commit 84fcd857e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,