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,
title: {
type: 'varchar',
value: record.attributes.name
value: record.attributes.name,
loading: this.loading
},
user: {
type: 'varchar',
value: record.attributes.assigned_user_name.user_name,
loading: this.loading
},
date: {
type: 'datetime',
value: record.attributes.date_end,
loading: this.loading
},
record
} as HistoryTimelineEntry;