Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 082d88f

Browse files
committed
bug #46601 [Serializer][WebProfilerBundle] Fix broken toolbar (HypeMC)
This PR was merged into the 6.2 branch. Discussion ---------- [Serializer][WebProfilerBundle] Fix broken toolbar | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - It seems that #46566 broke the toolbar: ![image](https://user-images.githubusercontent.com/2445045/172192538-04220c57-57ef-4fc3-b203-db431a319b10.png) Commits ------- 053a5ee [Serializer][WebProfilerBundle] Fix broken toolbar
2 parents b44831b + 053a5ee commit 082d88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% import _self as helper %}
44

55
{% block toolbar %}
6-
{% if collector.handledCount > 0 or collector.calls|length %}
6+
{% if collector.handledCount > 0 %}
77
{% set icon %}
88
{{ source('@WebProfiler/Icon/serializer.svg') }}
99
<span class="sf-toolbar-value">

0 commit comments

Comments
 (0)