Commit fddfe5b
committed
Fix form submit endpoint to always return Form entity, not success handler result
The submit endpoint was replacing its Form response with the success
handler's result (e.g. the created User on registration). This produced
inconsistent @type/@id when the form handler returned a non-Form entity.
Now only Response objects (e.g. 404 from PasswordUpdateListener) replace
the Form result — entity results are side-effects and the Form is always
returned. Registration test updated to validate the Form schema instead of
expecting a User entity in the response.1 parent 994f393 commit fddfe5b
2 files changed
Lines changed: 6 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 30 | + | |
43 | 31 | | |
44 | 32 | | |
45 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments