Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[5.4][WebProfiler] Fixing missing full_stack variable that's needed by toolbar.html.twig#43914
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
fabpot commentedNov 3, 2021
Thank you@weaverryan. |
DesLynx commentedNov 4, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hi@fabpot ! |
stof commentedNov 4, 2021
@DesLynx there is an issue under investigation with the splitter tooling. |
DesLynx commentedNov 4, 2021
All right. Well, thanks for the heads up@stof |
fabpot commentedNov 4, 2021
Fixed now |
The combination of#43526 and then#41257 created an undefined variable. By adding the variable here, it will flow from
toolbar_js.html.twigintotoolbar.html.twig.Tested locally after reproducing the issue. Thanks to symfony/ux test suite for catching this :)