8000 bug #48450 [WebProfilerBundle] Fix form panel expanders (MatTheCat) · symfony/symfony@8eab68d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8eab68d

Browse files
committed
bug #48450 [WebProfilerBundle] Fix form panel expanders (MatTheCat)
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
2 parents dabf5bb + 43151a8 commit 8eab68d

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@
411411
};
412412
413413
tabTarget.initTabs(document.querySelectorAll('.tree .tree-inner'));
414+
toggler.initButtons(document.querySelectorAll('.toggle-button'));
414415
</script>
415416
{% endblock %}
416417

0 commit comments

Comments
 (0)
0