Skip to content

Commit

Permalink
feat(minor): child table field as standard filter in list view (#23625)
Browse files Browse the repository at this point in the history
(cherry picked from commit 84fcd85)
  • Loading branch information
szufisher authored and mergify[bot] committed Dec 8, 2023
1 parent 29bcf7b commit 40b32ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/list/base_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,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,
Expand Down

0 comments on commit 40b32ab

Please sign in to comment.