From 835c648361ce8aed5a60a74b5338a7186b487913 Mon Sep 17 00:00:00 2001 From: Stephen Von Worley Date: Thu, 24 Oct 2024 11:10:01 -0700 Subject: [PATCH] gah --- src/app/workflow/info-tab/info-tab.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/workflow/info-tab/info-tab.service.ts b/src/app/workflow/info-tab/info-tab.service.ts index 31468388b..40da87d8a 100644 --- a/src/app/workflow/info-tab/info-tab.service.ts +++ b/src/app/workflow/info-tab/info-tab.service.ts @@ -189,7 +189,7 @@ export class InfoTabService { getTRSId(workflow: Workflow | undefined): string { if (workflow) { - return workflow.entryTypeMetadata.trsId; + return workflow.trsId; } else { return ''; }