Fix History Timeline

This commit is contained in:
Jack Anderson 2024-11-29 14:26:20 +00:00
parent 424a9fe830
commit f89a7c3eef

View file

@ -137,15 +137,18 @@ export class HistoryTimelineAdapter {
color: gridColor, color: gridColor,
title: { title: {
type: 'varchar', type: 'varchar',
value: record.attributes.name value: record.attributes.name,
loading: this.loading
}, },
user: { user: {
type: 'varchar', type: 'varchar',
value: record.attributes.assigned_user_name.user_name, value: record.attributes.assigned_user_name.user_name,
loading: this.loading
}, },
date: { date: {
type: 'datetime', type: 'datetime',
value: record.attributes.date_end, value: record.attributes.date_end,
loading: this.loading
}, },
record record
} as HistoryTimelineEntry; } as HistoryTimelineEntry;