From 6d38d231e5d9d6a491a3eeb9f69871e0258f52d1 Mon Sep 17 00:00:00 2001 From: sheena Date: Tue, 25 Apr 2023 17:18:26 +0530 Subject: [PATCH] SSR-428 Removed the CLICKED_FORWARD_TPA_CONFIRMATION --- src/layouts/tpa-confirmation/tpa-confirmation.vue | 2 +- src/router/router-constants/navigation-scenarios.js | 2 +- src/router/router-constants/routing-table.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/tpa-confirmation/tpa-confirmation.vue b/src/layouts/tpa-confirmation/tpa-confirmation.vue index 53f273ee..d3157c9f 100644 --- a/src/layouts/tpa-confirmation/tpa-confirmation.vue +++ b/src/layouts/tpa-confirmation/tpa-confirmation.vue @@ -64,7 +64,7 @@ export default { navigateForward() { this.$router.navigate( - this.navigationScenarios.CLICKED_FORWARD_TPA_CONFIRMATION, + this.navigationScenarios.CLICKED_FORWARD, this.$route ); }, diff --git a/src/router/router-constants/navigation-scenarios.js b/src/router/router-constants/navigation-scenarios.js index e144083f..d6737d06 100644 --- a/src/router/router-constants/navigation-scenarios.js +++ b/src/router/router-constants/navigation-scenarios.js @@ -47,7 +47,7 @@ const navigationScenarios = { CLICKED_FORWARD_WITH_REVIEW:"CLICKED_FORWARD_WITH_REVIEW", - CLICKED_FORWARD_TPA_CONFIRMATION:"CLICKED_FORWARD_TPA_CONFIRMATION", + }; diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 39c512b4..0c821883 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -514,7 +514,7 @@ const routingTable = function(store) { maps: [ { - scenario: navigationScenarios.CLICKED_FORWARD_TPA_CONFIRMATION, + scenario: navigationScenarios.CLICKED_FORWARD, destinationIssPageValue: issPageValues.WELCOME_PAGE },