fix(task): correctly build task identifier
This commit is contained in:
parent
cac41a1c86
commit
d73c62a424
@ -52,7 +52,7 @@ export function getTaskIdentifier(task: ITask | null | undefined): string {
|
||||
}
|
||||
|
||||
if (task.identifier === '') {
|
||||
return `#${task.identifier}`
|
||||
return `#${task.index}`
|
||||
}
|
||||
|
||||
return task.identifier
|
||||
|
Reference in New Issue
Block a user