other missing groupnames
This commit is contained in:
parent
b1ebdf8f5e
commit
9ccc614e25
2 changed files with 3 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
<ButtonQuestion
|
<ButtonQuestion
|
||||||
v-model="selectedValue"
|
v-model="selectedValue"
|
||||||
:answers="answersFromCms"
|
:answers="answersFromCms"
|
||||||
|
groupName="VinLookupMethodsOption"
|
||||||
buttonTypeString="listButton"
|
buttonTypeString="listButton"
|
||||||
:questionText="questionTextFromCms"
|
:questionText="questionTextFromCms"
|
||||||
isRequired
|
isRequired
|
||||||
|
|
|
||||||
|
|
@ -140,6 +140,7 @@
|
||||||
inputId="isDamageGlassOnly"
|
inputId="isDamageGlassOnly"
|
||||||
:answers="DamageGlassOnlyOptions"
|
:answers="DamageGlassOnlyOptions"
|
||||||
:questionText="DamageGlassOnlyQuestion"
|
:questionText="DamageGlassOnlyQuestion"
|
||||||
|
groupName="glassOnlyDamageOption"
|
||||||
buttonTypeString="listButtonHorizontal"
|
buttonTypeString="listButtonHorizontal"
|
||||||
:validationRules="rules.damageOption"
|
:validationRules="rules.damageOption"
|
||||||
isRequired
|
isRequired
|
||||||
|
|
@ -364,8 +365,7 @@ export default {
|
||||||
{},
|
{},
|
||||||
{ [routerParams.SAVE_SESSION_SYNCHRONOUS]: true }
|
{ [routerParams.SAVE_SESSION_SYNCHRONOUS]: true }
|
||||||
);
|
);
|
||||||
}
|
} else if (policy) {
|
||||||
else if (policy) {
|
|
||||||
if (this.vehiclesFound) {
|
if (this.vehiclesFound) {
|
||||||
// if policy lookup is successful and vehicles are found, navigate to policy-vehicles page
|
// if policy lookup is successful and vehicles are found, navigate to policy-vehicles page
|
||||||
this.$router.navigate(
|
this.$router.navigate(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue