Merge remote-tracking branch 'origin/develop' into feature/CSR-726

This commit is contained in:
Scott Kiener 2022-09-29 07:36:37 -04:00
commit a553d0ee8d
2 changed files with 3 additions and 1 deletions

View file

@ -26,7 +26,7 @@ resources:
type: github
name: Safelite/AzureDevOps
endpoint: Safelite
ref: refs/tags/t5.5.19
ref: refs/tags/t5.5.31
variables:
- group: Digital-Infrastructure
@ -173,5 +173,6 @@ stages:
cfDistributionId: $(cfDistributionId)
- template: templates/digital/auto-tag.yml@AzureDevOps
parameters:
dependsOn: prodBuildDeployment
userName: SafeliteAzureDevops
userEmail: githubazuredevops@safelite.com

View file

@ -50,6 +50,7 @@ export async function navigateToHeritageFunnel(shouldSaveOrder = true) {
{
corid: store.getters.order.referralCorrelationId,
src: "concept-funnel",
conceptsqid: store.getters.applicationUser.savedSessionId
}
);
}