CSR-1573
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:
parent
8c049d96a6
commit
2e8be9171c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue