You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening serializer profiler, twig exception about helper variable is thrown. As far as I debugged, #48759 PR by @javiereguiluz might be at fault here as this line: {% import _self as helper %} was removed from template and some but not all occurences of helper were changed to _self.
I can do a PR if all that should be done is changing helper to _self but maybe @javiereguiluz could tell why some helper occurences were left?
How to reproduce
Install latest 6.3 dev version
Open serializer profiler
Possible Solution
changing helper to _self in twig template
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Symfony version(s) affected
6.3.0
Description
When opening serializer profiler, twig exception about
helper
variable is thrown. As far as I debugged, #48759 PR by @javiereguiluz might be at fault here as this line:{% import _self as helper %}
was removed from template and some but not all occurences ofhelper
were changed to_self
.I can do a PR if all that should be done is changing
helper
to_self
but maybe @javiereguiluz could tell why somehelper
occurences were left?How to reproduce
Possible Solution
changing
helper
to_self
in twig templateAdditional Context
No response
The text was updated successfully, but these errors were encountered: