fix: kanban board without title field (#16659)
This commit is contained in:
parent
5b046ded15
commit
7b19c91c37
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ frappe.views.BaseList = class BaseList {
|
|||
// df is passed
|
||||
const df = fieldname;
|
||||
fieldname = df.fieldname;
|
||||
doctype = df.parent;
|
||||
doctype = df.parent || doctype;
|
||||
}
|
||||
|
||||
if (!this.fields) this.fields = [];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue