From 5052ffe140a388d5c1993069ac5cea2f4f4009f4 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Wed, 20 Aug 2025 10:28:01 -0400 Subject: [PATCH 1/4] CASH-1421 | Zip code change was not working for non Big Truck --- .../shop-question/shop-question-popup.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/layouts/service-location/shop-question/shop-question-popup.vue b/src/layouts/service-location/shop-question/shop-question-popup.vue index 673fddb15..cb94f8ba0 100644 --- a/src/layouts/service-location/shop-question/shop-question-popup.vue +++ b/src/layouts/service-location/shop-question/shop-question-popup.vue @@ -295,14 +295,14 @@ export default { this.displayNoServiceAlert = true; return null; } - - getShopProviderData(this.localZipCode).then(async (result) => { - this.localShopProviderData = result.data; - this.numberOfShopsToDisplay = 3; - this.updateShopsForZip(); - this.isLoading = false; - }); } + + getShopProviderData(this.localZipCode).then(async (result) => { + this.localShopProviderData = result.data; + this.numberOfShopsToDisplay = 3; + this.updateShopsForZip(); + this.isLoading = false; + }); } else { this.isLoading = false; } From 3fab881ef1083c5025f9b198cc9fae15b2b8077b Mon Sep 17 00:00:00 2001 From: CarlNation Date: Wed, 20 Aug 2025 06:56:55 -0400 Subject: [PATCH 2/4] new tag to devops template that does workspace cleanup --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9774bd48a..8839bb1ba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,7 +31,7 @@ resources: type: github name: Safelite/AzureDevOps endpoint: Safelite - ref: refs/tags/t5.6.41 + ref: refs/tags/t5.7.24 variables: - group: Digital-Infrastructure @@ -323,4 +323,5 @@ stages: parameters: dependsOn: prodBuildDeployment userName: SafeliteAzureDevops - userEmail: githubazuredevops@safelite.com \ No newline at end of file + userEmail: githubazuredevops@safelite.com + environment: digitalCloud-prod \ No newline at end of file From 9b0aaeaf96528b0a6d9c6604b2d3fca66c0d3544 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 20 Aug 2025 10:58:17 -0400 Subject: [PATCH 3/4] UI Defect Fixes --- src/layouts/quote/quote.vue | 13 ++++++++----- src/ux-components/alert/alert.vue | 2 ++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index b74e34829..51b542fbf 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -67,7 +67,7 @@
-
+