Commit eaa895c
fix: render all stage-scoped fields in Approval Step Responses
_build_approval_step_sections was skipping any field whose value was
absent from form_data, which meant approvers who left fields blank left
orphan section headers on the approval page, submission detail, and PDF
exports — the designed section/field structure silently collapsed down
to just the headers.
Stage-scoped fields now always render with their configured layout, and
fields the approver left blank render with an empty value cell. Covers
every surface that uses _build_approval_step_sections.
Bumps version to 0.71.1.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5dbff23 commit eaa895c
3 files changed
Lines changed: 19 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
10 | 22 | | |
11 | 23 | | |
12 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3411 | 3411 | | |
3412 | 3412 | | |
3413 | 3413 | | |
3414 | | - | |
3415 | | - | |
3416 | | - | |
| 3414 | + | |
| 3415 | + | |
| 3416 | + | |
| 3417 | + | |
| 3418 | + | |
| 3419 | + | |
3417 | 3420 | | |
3418 | 3421 | | |
3419 | 3422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments