Import ClientFlow production v4928.1.5.132.4

This commit is contained in:
plx
2026-07-29 13:11:01 +00:00
parent 6445044ac6
commit 261d342057
405 changed files with 48373 additions and 1401 deletions

View File

@@ -0,0 +1,7 @@
# v4928.1.5.113 — Opportunity detail deadlock guard
Hotfix for opportunity detail pages failing with `500 Internal Server Error` when PostgreSQL raises a transient deadlock while the advanced manual correction card reads `reconciliation_items` during reconciliation/sync jobs.
- Retries `_opportunity_manual_correction_state()` once on deadlock/lock-timeout errors.
- Falls back to a safe degraded UI message instead of crashing the opportunity page.
- Keeps the correction card auxiliary; the central opportunity flow continues rendering.