Promote to UAT: GRO-2012 RescheduleFlow portalSessionId fallback #39

Merged
The Dogfather merged 1 commits from dev into uat 2026-06-01 17:46:36 +00:00
Member

Promotes the GRO-2012 fix from dev to uat.

Single commit: f8c6737eRescheduleFlow now receives session?.id ?? portalSessionId so SSO-bridge customers no longer hit 401s on the reschedule path.

  • Dev PR: #38 (QA PASS, CTO APPROVED)
  • CI green on dev
  • 1 commit ahead of uat, no unrelated changes

cc @cpfarhood

Promotes the GRO-2012 fix from `dev` to `uat`. Single commit: `f8c6737e` — `RescheduleFlow` now receives `session?.id ?? portalSessionId` so SSO-bridge customers no longer hit 401s on the reschedule path. - Dev PR: #38 (QA PASS, CTO APPROVED) - CI green on dev - 1 commit ahead of uat, no unrelated changes cc @cpfarhood
The Dogfather added 1 commit 2026-06-01 17:46:27 +00:00
fix(GRO-2012): pass portalSessionId to RescheduleFlow for SSO bridge customers (#38)
CI / Test (push) Successful in 22s
CI / Lint & Typecheck (push) Successful in 28s
CI / Build & Push Docker Image (push) Successful in 14s
CI / Test (pull_request) Successful in 20s
CI / Lint & Typecheck (pull_request) Successful in 26s
CI / Build & Push Docker Image (pull_request) Successful in 11s
f29f1828c8
fix(GRO-2012): pass portalSessionId to RescheduleFlow for SSO bridge customers (closes #38)

- src/portal/CustomerPortal.tsx:329 - use portalSessionId fallback for RescheduleFlow
- src/__tests__/portal.test.tsx - new regression test
- UAT_PLAYBOOK.md §5.26 - new test cases

cc @cpfarhood

Co-Authored-By: Paperclip <noreply@paperclip.ing>
The Dogfather merged commit ec29f71974 into uat 2026-06-01 17:46:36 +00:00
Sign in to join this conversation.