Push comment changes.
This commit is contained in:
parent
921812d36c
commit
d06010a982
4 changed files with 2 additions and 13 deletions
|
|
@ -126,12 +126,6 @@ export default {
|
||||||
this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_BACK, this.$route);
|
this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_BACK, this.$route);
|
||||||
},
|
},
|
||||||
forwardButtonAction() {
|
forwardButtonAction() {
|
||||||
this.updateSupportingItems();
|
|
||||||
this.dispatchStoreAction(
|
|
||||||
this.storeActions.SAVE_CUSTOMER_DETAILS,
|
|
||||||
//this.appointmentDateAndTime,
|
|
||||||
false
|
|
||||||
);
|
|
||||||
navigateToHeritageFunnel({ loadingModal: this.$refs.loadingModal });
|
navigateToHeritageFunnel({ loadingModal: this.$refs.loadingModal });
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -335,6 +335,7 @@ export default {
|
||||||
this.appointmentDateAndTime,
|
this.appointmentDateAndTime,
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
//Temporary, still need to determine what needs to be saved before continuing.
|
||||||
this.$router.navigateWithoutSaving(
|
this.$router.navigateWithoutSaving(
|
||||||
this.navigationScenarios.CLICKED_FORWARD_WITH_CUSTOMER_DETAILS,
|
this.navigationScenarios.CLICKED_FORWARD_WITH_CUSTOMER_DETAILS,
|
||||||
this.$route
|
this.$route
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ import store from "@/store";
|
||||||
import analyticsMixin from "@/mixins/analytics-mixin";
|
import analyticsMixin from "@/mixins/analytics-mixin";
|
||||||
import { experimentTriggers } from "../constants/experiments";
|
import { experimentTriggers } from "../constants/experiments";
|
||||||
import { applicationConfig } from "../constants/application-config";
|
import { applicationConfig } from "../constants/application-config";
|
||||||
//import customerDetails from "@/layouts/customer-details/customer-details";
|
|
||||||
|
|
||||||
import review from "@/layouts/review/review";
|
import review from "@/layouts/review/review";
|
||||||
const routes = [
|
const routes = [
|
||||||
|
|
@ -36,11 +35,6 @@ const routes = [
|
||||||
name: "review",
|
name: "review",
|
||||||
component: review,
|
component: review,
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// path: "/customer-details", // This is a temporary route for testing.
|
|
||||||
// name: "customer-details",
|
|
||||||
// component: customerDetails,
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
path: "/",
|
path: "/",
|
||||||
name: "root",
|
name: "root",
|
||||||
|
|
|
||||||
|
|
@ -448,7 +448,7 @@ const routingTable = function (store) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
scenario: navigationScenarios.CLICKED_FORWARD,
|
scenario: navigationScenarios.CLICKED_FORWARD,
|
||||||
destinationFmgPageValue: fmgPageValues.VEHICLE_DAMAGE,
|
destinationFmgPageValue: fmgPageValues.REVIEW,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue