* fix(db_query): Allow link field to have 'tab' Issue: Occurence of tab was used to check if the selected field is a table name and not a fieldname. This caused DocTypes with fields like `tablets` or `table_name` to break List Views. Change: Check if the field exists in meta to be sure that the selectable is a field. * fix: Split once to ensure at most 2 args |
||
|---|---|---|
| .. | ||
| utils | ||
| __init__.py | ||
| base_document.py | ||
| create_new.py | ||
| db_query.py | ||
| delete_doc.py | ||
| docfield.py | ||
| docstatus.py | ||
| document.py | ||
| dynamic_links.py | ||
| mapper.py | ||
| meta.py | ||
| naming.py | ||
| rename_doc.py | ||
| sync.py | ||
| virtual_doctype.py | ||
| workflow.py | ||