Commit 2e73037
committed
This PR was merged into the 6.4 branch.
Discussion
----------
[Form] Fix assigning data in `PostSetDataEvent` and `PostSubmitEvent`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | symfony#53364
| License | MIT
Ref symfony#51043 where we changed the behavior on 6.4 since we don't assign the data property anymore.
cc `@HeahDude`
Commits
-------
61d71c4 [Form] Fix assigning data in PostSetDataEvent and PostSubmitEvent
File tree
2 files changed
+2
-1
lines changed- src/Symfony/Component/Form/Event
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
0 commit comments