From e2d444de74e71b0abe01753fa33aced0d1eeabad Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Thu, 22 Aug 2024 15:42:55 -0500 Subject: [PATCH] prioritize link to subworkflow in invocation view ... and disable Report tab in subworkflow step --- .../WorkflowInvocationOverview.vue | 32 +++++++++---------- .../WorkflowInvocationState.vue | 1 + 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/client/src/components/WorkflowInvocationState/WorkflowInvocationOverview.vue b/client/src/components/WorkflowInvocationState/WorkflowInvocationOverview.vue index 9e8fb40cce09..8964c378d440 100644 --- a/client/src/components/WorkflowInvocationState/WorkflowInvocationOverview.vue +++ b/client/src/components/WorkflowInvocationState/WorkflowInvocationOverview.vue @@ -154,6 +154,12 @@ function onCancel() { diff --git a/client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue b/client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue index 85968bb08c85..920b1a659d4b 100644 --- a/client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue +++ b/client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue @@ -252,6 +252,7 @@ function getWorkflowName() {

TODO: Insert readonly version of workflow editor here

-->