fix: kanban board without title field (#16659)

This commit is contained in:
Ankush Menat 2022-04-18 19:44:01 +05:30 committed by GitHub
parent 5b046ded15
commit 7b19c91c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [];