Merge pull request #23740 from prssanna/job-card-gantt

fix: override field_map for job card gantt
This commit is contained in:
rohitwaghchaure
2020-10-29 14:50:19 +05:30
committed by GitHub

View File

@@ -8,7 +8,17 @@ frappe.views.calendar["Job Card"] = {
"allDay": "allDay",
"progress": "progress"
},
gantt: true,
gantt: {
field_map: {
"start": "started_time",
"end": "started_time",
"id": "name",
"title": "subject",
"color": "color",
"allDay": "allDay",
"progress": "progress"
}
},
filters: [
{
"fieldtype": "Link",