a few non C&C clients required last 5 of vin.  when they return to NextGen navigation breaks because of vin validation
This commit is contained in:
CarlNation 2023-07-24 10:00:44 -04:00
parent 8c049d96a6
commit 2e8be9171c

View file

@ -360,7 +360,7 @@ export default {
}
}
// If vin already exists, navigate directly to vin-lookup
else if (store.getters.vehicle.vin) {
else if (store.getters.vehicle.vin && store.getters.vehicle.vin.length === 17) {
this.$router.navigateWithSaving(
this.navigationScenarios.CLICKED_FORWARD_WITH_VIN,
this.$route