fix: ignore unsupported filter when querying dynamic link doctypes
This commit is contained in:
parent
910cd3684f
commit
bc590c0844
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ 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