revert: "fix: ignore unsupported filter when querying dynamic link doctypes"
This reverts commit bc590c0844.
This commit is contained in:
parent
cc498d3d54
commit
d4f1b51e98
1 changed files with 0 additions and 1 deletions
|
|
@ -116,7 +116,6 @@ def filter_dynamic_link_doctypes(
|
|||
|
||||
txt = txt or ""
|
||||
filters = filters or {}
|
||||
filters.pop("name", None) # ignore unsupported "name" filter - passed by validate_link_and_fetch
|
||||
|
||||
_doctypes_from_df = frappe.get_all(
|
||||
"DocField",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue