Merge pull request #451 from Safelite/feature/richardson/SSR-631
add groupName to buttonQuestion
This commit is contained in:
commit
ab06f590ab
3 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
ref="policyVehiclesQuestion"
|
||||
v-model="selectedVehicleVin"
|
||||
:questionText="questionText"
|
||||
groupName="policyVehiclesQuestionOption"
|
||||
buttonTypeString="listButton"
|
||||
isOverflowScrollable
|
||||
:answers="answers"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<ButtonQuestion
|
||||
v-model="selectedValue"
|
||||
:answers="answersFromCms"
|
||||
groupName="VinLookupMethodsOption"
|
||||
buttonTypeString="listButton"
|
||||
:questionText="questionTextFromCms"
|
||||
isRequired
|
||||
|
|
|
|||
|
|
@ -140,6 +140,7 @@
|
|||
inputId="isDamageGlassOnly"
|
||||
:answers="DamageGlassOnlyOptions"
|
||||
:questionText="DamageGlassOnlyQuestion"
|
||||
groupName="glassOnlyDamageOption"
|
||||
buttonTypeString="listButtonHorizontal"
|
||||
:validationRules="rules.damageOption"
|
||||
isRequired
|
||||
|
|
@ -364,8 +365,7 @@ export default {
|
|||
{},
|
||||
{ [routerParams.SAVE_SESSION_SYNCHRONOUS]: true }
|
||||
);
|
||||
}
|
||||
else if (policy) {
|
||||
} else if (policy) {
|
||||
if (this.vehiclesFound) {
|
||||
// if policy lookup is successful and vehicles are found, navigate to policy-vehicles page
|
||||
this.$router.navigate(
|
||||
|
|
|
|||
Loading…
Reference in a new issue