From 6152282d6afdfaa86c7123540a95bc3b66858bdb Mon Sep 17 00:00:00 2001 From: hujambo-dunia Date: Fri, 5 Apr 2024 11:04:05 -0400 Subject: [PATCH] Added Transcript content in order so errors generated from Tool Form page's modal will be retained and passed through to the Error Report Email --- .../components/Common/SelfReportingError.vue | 57 +++++++++++-------- client/src/components/Tool/ToolForm.vue | 41 +++++++++---- 2 files changed, 63 insertions(+), 35 deletions(-) diff --git a/client/src/components/Common/SelfReportingError.vue b/client/src/components/Common/SelfReportingError.vue index 55212935b883..a283a5ec981c 100644 --- a/client/src/components/Common/SelfReportingError.vue +++ b/client/src/components/Common/SelfReportingError.vue @@ -21,19 +21,6 @@ - -
-

Detected Common Potential Problems

-

- The tool was started with one or more empty input datasets. This frequently results in tool errors - due to problematic input choices. -

-

- The tool was started with one or more duplicate input datasets. This frequently results in tool - errors due to problematic input choices. -

-
-

Troubleshooting

There are a number of helpful resources to self diagnose and correct problems. @@ -60,23 +47,31 @@ v-model="message" :area="true" title="Please provide detailed information on the activities leading to this issue:" /> - + + ({{ title }}) Error transcript: + + +

{{ transcript }}
+
+ Report - +