Skip to main content
GoodFirstPicks
DashboardIssuesReposLeaderboard

GoodFirstPicks by Leaveitblank © 2026

CreatorRequest a RepoPrivacy PolicyTerms of Service
List View: Problem with Dynamic Link Filter | GoodFirstPicks

List View: Problem with Dynamic Link Filter

frappe/frappe 0 comments 1mo ago
View on GitHub
mediumopenScope: somewhat clearSkill match: maybeFrappe / ERPNextPython

Why this is a good first issue

Dynamic link filter in list view does not function as expected.

AI Summary

The issue involves a DynamicLink-Field in a DocType that fails to display a selection dialog or filter correctly in the List View after applying a filter on a related Select-Field. The problem requires understanding how list view filters interact with dynamic links, but the steps to reproduce are clear.

Issue Description

Description of the issue

We have a DocType with a Select-Field called "valid_for" that has the options Supplier, Project. The DT also has a DynamicLink-Field "ref_record" that uses "valid_for" as "option". Both fields are checked as "In List View" and "In List Filter"

In List View we select "Supplier" for filter "valid_for", and records are filtered as expected. Then we try to set a second filter for "ref_record", but this is not possible. No Select-List pops up, manual input is ignored.

Context information (for bug reports)

Output of bench version

erpnext 15.72.3
frappe 15.75.0

Steps to reproduce the issue

  1. Create a DT like described above.
  2. Create some records.
  3. In List View try filtering with both fields.

Observed result

Filter for "ref_record" has no effect.

Expected result

After selecting a filter for "valid_for", on entering a filter for "ref_record" a Selection-Dialog for Links should be displayed. Alternatively use entered text for filtering.

Stacktrace / full error message

Doe not occur

Additional information

OS version / distribution, Frappe install method, etc

GitHub Labels

bug

Want to work on this?

Claim this issue to let others know you're working on it. You'll earn 20 points when you complete it!

Risk Flags

  • dynamic link filter behavior
  • list view interaction
Loading labels...

Details

Points20 pts
Difficultymedium
Scopesomewhat clear
Skill Matchmaybe
Test Focusedno
AssigneeTITANiumRox