Merge pull request #36682 from GursheenK/link-filters-not-working-for-list-quick-filters
fix(List View): respect link filters in quick filter section
This commit is contained in:
commit
dda4ca09fc
1 changed files with 1 additions and 0 deletions
|
|
@ -1214,6 +1214,7 @@ class FilterArea {
|
|||
onchange: () => this.debounced_refresh_list_view(),
|
||||
ignore_link_validation: fieldtype === "Dynamic Link",
|
||||
is_filter: 1,
|
||||
link_filters: df.link_filters,
|
||||
};
|
||||
})
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue