Commit 2a1ff40
committed
bug #40828 [BrowserKit] Merge fields and files recursively if they are multidimensional array (januszmk)
This PR was squashed before being merged into the 4.4 branch.
Discussion
----------
[BrowserKit] Merge fields and files recursively if they are multidimensional array
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
if we have a form that is prefixed, with form fields like: text: `foo[name]`, file: `foo[file]`, request is loosing non-files fields. encountered this issue while submitting `Symfony\Component\DomCrawler\Form` in tests
Commits
-------
66c3415e3b [BrowserKit] Merge fields and files recursively if they are multidimensional array2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| |||
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
98 | | - | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
0 commit comments