Commit 00c20d0
fix(webapp): use internal cuid for synth run-header id
The PG path's `RunPresenter.getRun` sets `id: run.id` (internal cuid).
The synth header was setting `id: run.friendlyId`, causing the admin
debug tooltip on the run detail page to show a `run_xxxx` friendly ID
where the PG-resident view shows a cuid. `SyntheticRun.id` is already
the cuid (via `RunId.fromFriendlyId(entry.runId)`), so use it directly.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c5b209d commit 00c20d0
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
| |||
0 commit comments