Commit graph

10887 commits

Author SHA1 Message Date
Cursor Agent
c6ab0c6ec5
Fix operator precedence bug in isMobileStaticRecalibrationApplicable on schedule page
The schedule.vue computed property had incorrect parenthesization that caused
isCashItacNoComp and mobileFeePart?.isInsurable to be evaluated as top-level
OR alternatives instead of being gated behind the displayMSR experiment flag
and MOBILE_STATIC_RECAL_FEE part number check.

Before (buggy):
  (displayMSR && partNumber == RECAL_FEE && enableMSRSplitPay)
  || isCashItacNoComp
  || mobileFeePart?.isInsurable

After (fixed):
  displayMSR
  && partNumber == RECAL_FEE
  && (enableMSRSplitPay || isCashItacNoComp || mobileFeePart?.isInsurable)

This aligns schedule.vue with the correct logic in service-location.vue and
service-location-june-2025.vue, preventing unnecessary mobile schedule API
calls for orders where recalibration cannot be done mobile.

Co-authored-by: Mark Harris <mark.harris@safelite.com>
2026-04-09 19:26:18 +00:00
Chris
292b626267
Merge pull request #3133 from Safelite/feature/CASH-2380
CASH-2380: Don't skip vehicle parts or molding questions
2026-04-06 16:54:57 -04:00
credelinghuys
8e959bfa17 CASH-2380: Don't skip vehicle parts or molding questions 2026-04-06 16:44:26 -04:00
Chris
f820469acf
Merge pull request #3132 from Safelite/feature/CASH-1684
Feature/CASH 1684
2026-04-06 09:46:07 -04:00
credelinghuys
df35037adc CASH-1684: Update component styling for left align text 2026-04-06 09:35:48 -04:00
Chris
b56f427feb
Merge pull request #3131 from Safelite/feature/CASH-2380
Feature/CASH 2380
2026-04-03 12:14:06 -04:00
credelinghuys
2dd528fadb CASH-2380: Get SkipVinLookup and SkipPartQuestions from vehicle service and skip when applicable. 2026-04-03 11:06:54 -04:00
Chris
80d6896908
Merge pull request #3129 from Safelite/feature/CASH-1684
Feature/CASH 1684
2026-04-03 08:48:57 -04:00
credelinghuys
a4072eac43 CASH-1684: Prettier 2026-04-03 08:36:22 -04:00
credelinghuys
59d9921dae CASH-1684: Alert message UI updates 2026-04-02 15:22:42 -04:00
CarlNation
2e5080ae21
Merge pull request #3128 from Safelite/nation/CASH-2508
CASH-2508 check externalparameterstate correctly
2026-04-01 15:31:41 -04:00
CarlNation
b7dcd92c9e CASH-2508 tests
CASH-2508 tests
2026-04-01 15:20:49 -04:00
CarlNation
a33149c621 prettier 2026-04-01 14:10:48 -04:00
CarlNation
a4e853e528 CASH-2508 check externalparameterstate correctly
CASH-2508 check externalparameterstate correctly.  It should check more than the flag because parms can be optional.  So make sure we're checking damage options stored in external params so the continue button is properly enabled
2026-04-01 13:49:06 -04:00
CarlNation
b94560dc86
Merge pull request #3124 from Safelite/nation/CASH-2491
CASH-2491 pass querystring on init to send to logapp
2026-03-31 13:59:09 -04:00
CarlNation
94678ed7ba CASH-2491 pass querystring on init to send to logapp
CASH-2491 pass querystring on init to send to logapp
2026-03-31 12:57:19 -04:00
matthew-sykes
1a05482746
Merge pull request #3123 from Safelite/feature/CASH-2505
Feature/cash 2505
2026-03-30 15:57:46 -04:00
Matt Sykes
849443fa1c simplify logic -> set isInsuranceSelected if its null/undefined 2026-03-30 15:42:33 -04:00
Matt Sykes
2391748d60 Always set vm.isInsuranceSelected
Some cases were not setting it if external parameter state was marked 0 or 1
2026-03-30 14:39:30 -04:00
CarlNation
3fbce61798
Merge pull request #3122 from Safelite/nation/CASH-2481
CASH-2481 add null check to fix error involving external parameter
2026-03-30 08:54:37 -04:00
CarlNation
0b7d0a9083 CASH-2481 add null check to fix error involving external parameter
CASH-2481 add null check to fix error involving external parameter
2026-03-27 23:14:16 -04:00
Chris
1231fcbb11
Merge pull request #3121 from Safelite/feature/CASH-1689
Feature/CASH 1689
2026-03-27 15:04:11 -04:00
credelinghuys
2f71aa32f2 CASH-1689: Add feature toggle for MSR Split pay 2026-03-27 14:53:57 -04:00
Chris
74f4323c38
Merge pull request #3120 from Safelite/feature/CASH-1689
CASH-1689: MSR fee in cart for insurance
2026-03-27 08:32:57 -04:00
credelinghuys
4c82d80799 CASH-1689: Prettier 2026-03-27 08:12:15 -04:00
Chris
c134df2f4e
Merge branch 'release/2026.04.09' into feature/CASH-1689 2026-03-27 08:05:08 -04:00
CarlNation
06e4c374e6
Merge pull request #3119 from Safelite/nation/CASH-2497
CASH-2497 log full querystring on init session
2026-03-27 07:00:01 -04:00
credelinghuys
e8c0c8f2dc Merge branch 'release/2026.04.09' into feature/CASH-1689 2026-03-26 15:42:22 -04:00
credelinghuys
38d50f6612 CASH-1689: MSR fee in cart for insurance 2026-03-26 15:39:40 -04:00
CarlNation
d1ebb59cbb CASH-2497 log full querystring on init session
CASH-2497 log full querystring on init session
2026-03-26 13:55:27 -04:00
CarlNation
3fe0ab8755
Merge pull request #3118 from Safelite/rlsmerge/2026.04.09-to-develop
Rlsmerge/2026.04.09 to develop
2026-03-26 10:33:40 -04:00
CarlNation
c353991f89 Merge branch 'release/2026.04.09' into rlsmerge/2026.04.09-to-develop 2026-03-26 09:59:41 -04:00
AdamCaouetteSafelite
866955fa76
Merge pull request #3116 from Safelite/CASH-2481-r3
Cash 2481 r3
2026-03-25 13:48:17 -04:00
Adam Caouette
c8c3b406b4 CASH-2481 - update unit test 2026-03-25 11:04:39 -04:00
Adam Caouette
22cba2d54b CASH-2481 - when navigating forward, skip service-zip page if zip exists and is valid 2026-03-25 10:57:59 -04:00
Chris
436491da84
Merge pull request #3114 from Safelite/feature/CASH-1684_reapply
Reapply "Reapply "Merge pull request #3075 from Safelite/feature/CASH-1684""
2026-03-24 13:59:41 -04:00
credelinghuys
1e59a924cc Reapply "Reapply "Merge pull request #3075 from Safelite/feature/CASH-1684""
This reverts commit 80e77bc184.
2026-03-24 13:45:04 -04:00
Chris
67a034659d
Merge pull request #3113 from Safelite/rlsmerge/2026.03.26-to-develop
Rlsmerge/2026.03.26 to develop
2026-03-24 13:41:44 -04:00
credelinghuys
0b88c39b27 Merge branch 'release/2026.03.26' into rlsmerge/2026.03.26-to-develop 2026-03-24 13:30:51 -04:00
Chris
347ce4e398
Merge pull request #3112 from Safelite/feature/CASH-2433
CASH-2433: Update event label
2026-03-24 11:45:34 -04:00
credelinghuys
58dcd30760 CASH-2433: Update event label 2026-03-24 11:34:56 -04:00
chloeherdsafelite
4c664239f5
Merge pull request #3111 from Safelite/feature/CASH-2479
Change idempotency to be cached with invalidating fields.
2026-03-20 11:00:35 -04:00
Chloe Herd
fe05b61fa6 Change idempotency to be cached with invalidating fields. 2026-03-19 13:53:25 -04:00
Chris
2a59399f75
Merge pull request #3110 from Safelite/feature/CASH-1684_revert
Feature/CASH 1684 revert
2026-03-19 12:30:19 -04:00
credelinghuys
80e77bc184 Revert "Reapply "Merge pull request #3075 from Safelite/feature/CASH-1684""
This reverts commit c9e5ccff54.
2026-03-19 12:01:00 -04:00
binduchalla
22a806c8c0
Merge pull request #3109 from Safelite/jnou/fix-pw-test-cont-783
Fixing Playwright test by updating locator on Safelite Content homepage
2026-03-18 15:24:24 -04:00
JennyNou
48ad72d996 Rename locator for readability 2026-03-18 14:38:29 -04:00
JennyNou
0a9e7c789c Update locators for content homepage 2026-03-18 14:33:26 -04:00
mvalaiyapathi
cad3c85d08
Merge pull request #3108 from Safelite/feature/CASH-2472-Revert-theUnrevert
CASH-2472 - Update Custom Exposure Logging for MultiLocationPopup
2026-03-18 11:23:34 -04:00
Minojhini Valaiyapathi
335fe75768 CASH-2472 - Fixed formatting 2026-03-18 11:12:17 -04:00