Commit 914f99c
authored
bug #883 Fix form parameter bags accesing in request handler (NoResponseMate)
This PR was merged into the 1.10 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | fixes #876, followup of #507
| License | MIT
Keeping the way we access the parameters bag the same way it's done in the base class.
Refs:
- https://github.com/symfony/form/blob/5.4/Extension/HttpFoundation/HttpFoundationRequestHandler.php
- https://github.com/symfony/form/blob/6.4/Extension/HttpFoundation/HttpFoundationRequestHandler.php
Commits
-------
cedee23 Fix form parameter bags accesing in request handlerFile tree
1 file changed
+2
-7
lines changed- src/Bundle/Form/Extension/HttpFoundation
1 file changed
+2
-7
lines changedLines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 96 | + | |
102 | 97 | | |
103 | 98 | | |
104 | 99 | | |
| |||
0 commit comments