mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Fix History Timeline
This commit is contained in:
parent
424a9fe830
commit
f89a7c3eef
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue