SSR-428
Removed the CLICKED_FORWARD_TPA_CONFIRMATION
This commit is contained in:
parent
bae0030733
commit
6d38d231e5
3 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ export default {
|
||||||
|
|
||||||
navigateForward() {
|
navigateForward() {
|
||||||
this.$router.navigate(
|
this.$router.navigate(
|
||||||
this.navigationScenarios.CLICKED_FORWARD_TPA_CONFIRMATION,
|
this.navigationScenarios.CLICKED_FORWARD,
|
||||||
this.$route
|
this.$route
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ const navigationScenarios = {
|
||||||
|
|
||||||
CLICKED_FORWARD_WITH_REVIEW:"CLICKED_FORWARD_WITH_REVIEW",
|
CLICKED_FORWARD_WITH_REVIEW:"CLICKED_FORWARD_WITH_REVIEW",
|
||||||
|
|
||||||
CLICKED_FORWARD_TPA_CONFIRMATION:"CLICKED_FORWARD_TPA_CONFIRMATION",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -514,7 +514,7 @@ const routingTable = function(store) {
|
||||||
maps: [
|
maps: [
|
||||||
|
|
||||||
{
|
{
|
||||||
scenario: navigationScenarios.CLICKED_FORWARD_TPA_CONFIRMATION,
|
scenario: navigationScenarios.CLICKED_FORWARD,
|
||||||
destinationIssPageValue: issPageValues.WELCOME_PAGE
|
destinationIssPageValue: issPageValues.WELCOME_PAGE
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue