You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #22928 [WebProfilerBundle] Fixed options stub values display in form profiler (HeahDude)
This PR was merged into the 3.3 branch.
Discussion
----------
[WebProfilerBundle] Fixed options stub values display in form profiler
| Q | A
| ------------- | ---
| Branch? | 3.3
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no <!-- don't forget updating UPGRADE-*.md files -->
| Tests pass? | yes
| Fixed tickets | ~
| License | MIT
| Doc PR | ~
Since 3.3 and #21638, serializing form options gives either a `CutStub` instance or a simple var, ref ab716c6#diff-78ea21636d0319e1c804ccc1a33f68f3R271.
This breaks the form profiler panel.
Commits
-------
5e6b3a5 Fixed options stub values display in form profiler
0 commit comments