Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit082d88f

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 parentsb44831b +053a5ee commit082d88f

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_selfashelper %}
44

55
{%blocktoolbar %}
6-
{%ifcollector.handledCount>0orcollector.calls|length%}
6+
{%ifcollector.handledCount>0 %}
77
{%seticon %}
88
{{source('@WebProfiler/Icon/serializer.svg') }}
99
<spanclass="sf-toolbar-value">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp