From 2e7ad93c043a8df76c05701cdc1b967a918240d6 Mon Sep 17 00:00:00 2001 From: bhumin-fw <99269796+bhumin-fw@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:10:23 -0700 Subject: [PATCH] DGJ-1858-ldb-success-page-redirect-order-change (#1870) --- .../Form/Item/Submission/Success/SuccessPage.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/forms-flow-web/src/components/Form/Item/Submission/Success/SuccessPage.js b/forms-flow-web/src/components/Form/Item/Submission/Success/SuccessPage.js index 462a018f..868dcecf 100644 --- a/forms-flow-web/src/components/Form/Item/Submission/Success/SuccessPage.js +++ b/forms-flow-web/src/components/Form/Item/Submission/Success/SuccessPage.js @@ -667,7 +667,7 @@ export default React.memo(() => { ); - } else if (search.includes(successTypes.COI_SUBMISSION)) { + } else if (search.includes(successTypes.COI_SUBMISSION_LDB)) { return ( <> @@ -702,8 +702,9 @@ export default React.memo(() => { After your supervisor reviews your disclosure, documents a decision on the outcome and submits, you will receive a confirmation and a copy of your form in your email. Your form - will be automatically sent to AskMyHR for placement on your - personnel file + will be automatically sent to the LDB Ethics Advisor, and a + final copy will be sent to LDB Human Resources for placement on + your employee file
  • Your supervisor will reach out to you if they need some @@ -713,7 +714,7 @@ export default React.memo(() => { ); - } else if (search.includes(successTypes.COI_SUBMISSION_LDB)) { + } else if (search.includes(successTypes.COI_SUBMISSION)) { return ( <> @@ -748,9 +749,8 @@ export default React.memo(() => { After your supervisor reviews your disclosure, documents a decision on the outcome and submits, you will receive a confirmation and a copy of your form in your email. Your form - will be automatically sent to the LDB Ethics Advisor, and a - final copy will be sent to LDB Human Resources for placement on - your employee file + will be automatically sent to AskMyHR for placement on your + personnel file
  • Your supervisor will reach out to you if they need some