Fondation
This commit is contained in:
parent
2c93e8593a
commit
d5a6fa1e02
@ -237,7 +237,7 @@ export function Duties() {
|
|||||||
: 'Tâche en retard',
|
: 'Tâche en retard',
|
||||||
link: (task as any).source === 'twenty-crm'
|
link: (task as any).source === 'twenty-crm'
|
||||||
? (task as any).url
|
? (task as any).url
|
||||||
: `https://agilite.slm-lab.net/tickets/showTicket/${task.id.replace('twenty-', '')}`,
|
: `https://agilite.slm-lab.net/tickets/showTicket/${String(task.id).replace('twenty-', '')}`,
|
||||||
timestamp: task.dateToFinish
|
timestamp: task.dateToFinish
|
||||||
? new Date(task.dateToFinish)
|
? new Date(task.dateToFinish)
|
||||||
: new Date(),
|
: new Date(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user