Push comment changes.

This commit is contained in:
Bryan Mauger 2023-06-21 10:18:00 -04:00
parent 921812d36c
commit d06010a982
4 changed files with 2 additions and 13 deletions

View file

@ -126,12 +126,6 @@ export default {
this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_BACK, this.$route);
},
forwardButtonAction() {
this.updateSupportingItems();
this.dispatchStoreAction(
this.storeActions.SAVE_CUSTOMER_DETAILS,
//this.appointmentDateAndTime,
false
);
navigateToHeritageFunnel({ loadingModal: this.$refs.loadingModal });
},
},

View file

@ -335,6 +335,7 @@ export default {
this.appointmentDateAndTime,
false
);
//Temporary, still need to determine what needs to be saved before continuing.
this.$router.navigateWithoutSaving(
this.navigationScenarios.CLICKED_FORWARD_WITH_CUSTOMER_DETAILS,
this.$route

View file

@ -27,7 +27,6 @@ import store from "@/store";
import analyticsMixin from "@/mixins/analytics-mixin";
import { experimentTriggers } from "../constants/experiments";
import { applicationConfig } from "../constants/application-config";
//import customerDetails from "@/layouts/customer-details/customer-details";
import review from "@/layouts/review/review";
const routes = [
@ -36,11 +35,6 @@ const routes = [
name: "review",
component: review,
},
// {
// path: "/customer-details", // This is a temporary route for testing.
// name: "customer-details",
// component: customerDetails,
// },
{
path: "/",
name: "root",

View file

@ -448,7 +448,7 @@ const routingTable = function (store) {
},
{
scenario: navigationScenarios.CLICKED_FORWARD,
destinationFmgPageValue: fmgPageValues.VEHICLE_DAMAGE,
destinationFmgPageValue: fmgPageValues.REVIEW,
},
],
},