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
In the Forms tab of the profiler, the form tree no longer works. Nothing happens if you click on the plus pictograms.
It does not display what it should and the picto does not change.
When you want to display the last 10 urls, the list is always empty. The profiler search doesn't work.
For information, I emptied all the Symfony and browser cache, reinstalled the package but nothing changed.
How to reproduce
Open the profiler and go to the forms page or the last 10.
Possible Solution
Add line in form.html.twig: toggler.initButtons(document.querySelectorAll('a.toggle-button'));
For the picto I don't know what's wrong
I don't know
Additional Context
The text was updated successfully, but these errors were encountered:
This PR was merged into the 6.2 branch.
Discussion
----------
[WebProfilerBundle] Fix form panel expanders
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#48437
| License | MIT
| Doc PR | N/A
`Toggler.initButtons` was not called so expanders did not work.
Commits
-------
43151a8 [WebProfilerBundle] Fix form panel expanders
Symfony version(s) affected
6.2
Description
Using the new profiler, I encountered 2 issues:
In the Forms tab of the profiler, the form tree no longer works. Nothing happens if you click on the plus pictograms.
It does not display what it should and the picto does not change.
When you want to display the last 10 urls, the list is always empty. The profiler search doesn't work.
For information, I emptied all the Symfony and browser cache, reinstalled the package but nothing changed.
How to reproduce
Open the profiler and go to the forms page or the last 10.
Possible Solution
Add line in form.html.twig: toggler.initButtons(document.querySelectorAll('a.toggle-button'));
For the picto I don't know what's wrong
I don't know
Additional Context
The text was updated successfully, but these errors were encountered: