Commit 1ba4c33
Collection-mode frontend review fixes: customs actually post, server-truth gating
pr-review findings:
- The full form rendered custom questions but the submit allowlist
stripped their answers before POST: optional customs were silent data
loss, and a REQUIRED custom made the form unsubmittable (422 naming a
field the user visibly filled). Custom keys join the allowlist.
- The modal re-checks the fetched config's collection_mode (server
truth) and self-heals stale draft records: a portal flipped to an
auto mode mid-draft had already auto-finalized the submission, so
prompting asked consent for something published and 409'd after
burning the captcha.
- Custom inputs in the modal use Radix TextField (visual/blur parity),
carry ids for their labels, and cap at the backend lengths; the
required-only scope of the abbreviated form is documented as a
decision.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 964e0d3 commit 1ba4c33
2 files changed
Lines changed: 39 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
189 | 192 | | |
190 | 193 | | |
191 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
4 | 13 | | |
5 | 14 | | |
6 | 15 | | |
| |||
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
51 | | - | |
52 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
53 | 70 | | |
54 | 71 | | |
55 | 72 | | |
| |||
60 | 77 | | |
61 | 78 | | |
62 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
63 | 86 | | |
64 | 87 | | |
65 | 88 | | |
| |||
160 | 183 | | |
161 | 184 | | |
162 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
163 | 189 | | |
164 | 190 | | |
165 | | - | |
| 191 | + | |
166 | 192 | | |
167 | 193 | | |
168 | 194 | | |
169 | 195 | | |
| 196 | + | |
170 | 197 | | |
171 | 198 | | |
| 199 | + | |
172 | 200 | | |
173 | 201 | | |
174 | 202 | | |
175 | | - | |
176 | | - | |
177 | | - | |
| 203 | + | |
| 204 | + | |
178 | 205 | | |
179 | 206 | | |
| 207 | + | |
180 | 208 | | |
181 | 209 | | |
182 | 210 | | |
| |||
0 commit comments