-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
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