chore: remove unnessary todo comment
This commit is contained in:
parent
3821167f66
commit
30e9fc4cb6
1 changed files with 0 additions and 1 deletions
|
|
@ -183,7 +183,6 @@ class FormMeta(Meta):
|
|||
|
||||
def add_search_fields(self):
|
||||
"""add search fields found in the doctypes indicated by link fields' options"""
|
||||
# TODO: IF field is not found replace with useful message
|
||||
for df in self.get("fields", {"fieldtype": "Link", "options": ["!=", "[Select]"]}):
|
||||
if df.options:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue