chore: use appropriate comment for clarity
This commit is contained in:
parent
3fd45ad05f
commit
dccf136dd4
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ def validate_link_and_fetch(
|
||||||
)
|
)
|
||||||
|
|
||||||
if not search_result:
|
if not search_result:
|
||||||
return {}
|
return {} # Either the record does not exist or was excluded by link_filters
|
||||||
|
|
||||||
values = None
|
values = None
|
||||||
is_virtual_dt = bool(meta.get("is_virtual"))
|
is_virtual_dt = bool(meta.get("is_virtual"))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue