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:
Suraj Shetty 2026-02-05 09:28:52 +05:30 committed by GitHub
commit dda4ca09fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
};
})
);