Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WebProfilerBundle] Custom categories generate too many elements in the timeline legend #33536

Closed
javiereguiluz opened this issue Sep 10, 2019 · 0 comments

Comments

@javiereguiluz
Copy link
Member

Symfony version(s) affected: all

Description
While working on #33535 I realized that the buttons for the custom Stopwatch categories are generated five times (although only one is visible):

image

This issue was present before working on #33535, so it's completely unrelated.

How to reproduce
Profile any Symfony app and add at least one custom Stopwatch section.

@javiereguiluz javiereguiluz added this to the 3.4 milestone Sep 10, 2019
@fabpot fabpot closed this as completed Sep 15, 2019
fabpot added a commit that referenced this issue Sep 15, 2019
This PR was merged into the 4.3 branch.

Discussion
----------

[WebProfilerBundle] Fix time panel legend buttons

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | #33536
| License       | MIT
| Doc PR        | -

It fixes the buttons multiple generations and the toggle behavior as well.

Commits
-------

7f4c8d3 [WebProfilerBundle] Fix time panel legend buttons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants