diff --git a/src/app/results/show.component.ts b/src/app/results/show.component.ts index 8a666412e..b3b0af9ea 100644 --- a/src/app/results/show.component.ts +++ b/src/app/results/show.component.ts @@ -59,7 +59,7 @@ export class ShowComponent extends AppShowComponent element.id !== 'task'); + } else { + this.setLink('task', 'tasks', data.ownerTaskId); + } this.data$.next(data); } });