From 65454e01f7563d483162c7d07f463622709cc79c Mon Sep 17 00:00:00 2001 From: Assunta DeSanto Date: Thu, 7 Dec 2023 20:30:41 -0500 Subject: [PATCH 1/3] disable wf report and generate PDF buttons if WF is not complete or failed --- .../WorkflowInvocationSummary.vue | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue b/client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue index 3b30faf87d73..2a83a2a7a325 100644 --- a/client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue +++ b/client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue @@ -2,11 +2,19 @@
- + View Report Date: Fri, 8 Dec 2023 09:40:27 -0500 Subject: [PATCH 2/3] Update client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue Co-authored-by: Marius van den Beek --- .../WorkflowInvocationState/WorkflowInvocationSummary.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue b/client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue index 2a83a2a7a325..0bd650e786a7 100644 --- a/client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue +++ b/client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue @@ -148,9 +148,6 @@ export default { this.invocationAndJobTerminal ); }, - displayTooltip: function () { - return this.invocationStateSuccess ? "" : this.disabledTooltip; - }, stepCount: function () { return this.invocation?.steps.length; }, From fd36deddfb0920a2f6d5609d1175c62b0a6298f2 Mon Sep 17 00:00:00 2001 From: Assunta DeSanto Date: Fri, 8 Dec 2023 19:31:22 -0500 Subject: [PATCH 3/3] changing disabled tooltip to be more detailed for users --- .../WorkflowInvocationSummary.vue | 32 ++++++++++++------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue b/client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue index 0bd650e786a7..bf70ae7b2899 100644 --- a/client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue +++ b/client/src/components/WorkflowInvocationState/WorkflowInvocationSummary.vue @@ -13,7 +13,7 @@