From 2e8be9171cf85a076f9ffa9777cec2acb139faea Mon Sep 17 00:00:00 2001 From: CarlNation Date: Mon, 24 Jul 2023 10:00:44 -0400 Subject: [PATCH] CSR-1573 a few non C&C clients required last 5 of vin. when they return to NextGen navigation breaks because of vin validation --- src/layouts/vehicle-damage/vehicle-damage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/vehicle-damage/vehicle-damage.vue b/src/layouts/vehicle-damage/vehicle-damage.vue index ae89a61e6..dde00cb9a 100644 --- a/src/layouts/vehicle-damage/vehicle-damage.vue +++ b/src/layouts/vehicle-damage/vehicle-damage.vue @@ -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