8000 bug #49226 [WebProfilerBundle] Disable Turbo for debug toolbar links … · symfony/symfony@9a11bbd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a11bbd

Browse files
committed
bug #49226 [WebProfilerBundle] Disable Turbo for debug toolbar links (javiereguiluz)
This PR was merged into the 5.4 branch. Discussion ---------- [WebProfilerBundle] Disable Turbo for debug toolbar links | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - `@stof` suggested this change to me. I think it makes sense to merge it in 5.4 as a bug fix because otherwise, Symfony UX Turbo could mess with the links of the Web Debug Toolbar. Commits ------- f0897b6 [WebProfilerBundle] Disable Turbo for debug toolbar links
2 parents 00676bc + f0897b6 commit 9a11bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- START of Symfony Web Debug Toolbar -->
2-
<div id="sfMiniToolbar-{{ token }}" class="sf-minitoolbar" data-no-turbolink>
2+
<div id="sfMiniToolbar-{{ token }}" class="sf-minitoolbar" data-no-turbolink data-turbo="false">
33
<button type="button" title="Show Symfony toolbar" id="sfToolbarMiniToggler-{{ token }}" accesskey="D" aria-expanded="false" aria-controls="sfToolbarMainContent-{{ token }}">
44
{{ include('@WebProfiler/Icon/symfony.svg') }}
55
</button>

0 commit comments

Comments
 (0)
0