All checks were successful
Deploy to K8s / deploy (push) Successful in 8s
Go's build_juniors sets cellText = "?" + countStr whenever md.IsUnknown is true, regardless of whether an exception overrides the expected amount. Python was checking expected == "?" for this branch, but reconcile replaces expected with the exception amount (e.g. 0) before the view builder runs, so the "?" was silently dropped to "-". Fix: derive is_unknown from original_expected == "?" (set before exception substitution) instead of expected == "?". Also align the tooltip guard: Go only shows Received/Expected tooltip for non-unknown months (or when paid > 0), matching the same is_unknown flag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 KiB
16 KiB