Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[WebProfilerBundle] Remove legacy filters remnants#50214
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javiereguiluz left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍 thanks Mathieu!
The ideal solution would be to recreate these filters in the new system instead of just removing the old filters which no longer work.
I've added this to my TODO list to see if I can do it for Symfony 6.4/7.0.
Thanks!
nicolas-grekas commentedMay 5, 2023
Thank you@MatTheCat. |
MatTheCat commentedMay 5, 2023
@javiereguiluz yes having the new filters everywhere (on the exception page as well; see#50213) would be nice! |
nicolas-grekas commentedMay 5, 2023
I merged this up to 6.3 |
#42195 introduced new filters for the WebProfilerBundle but it still contains some remnants, for example in the translation panel:
This PR removes them all.