Commit 2bf4514
committed
bug symfony#61355 [WebProfilerBundle] Fix toolbar not rendering after replacing it (aleho)
This PR was merged into the 6.4 branch.
Discussion
----------
[WebProfilerBundle] Fix toolbar not rendering after replacing it
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
When the debug toolbar is replaced by newly loaded content, the parent element's ID has to be updated, else all queries for `'sfwdt' + token` cannot return a DOM element.
Commits
-------
4485e2f [WebProfilerBundle] Fix toolbar not rendering after replacing itFile tree
1 file changed
+6
-1
lines changed- src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| 541 | + | |
| 542 | + | |
541 | 543 | | |
542 | | - | |
| 544 | + | |
543 | 545 | | |
544 | 546 | | |
545 | 547 | | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
546 | 551 | | |
547 | 552 | | |
548 | 553 | | |
| |||
0 commit comments