Actions
Task #84992
openStrategy for disabling Fluid debugging in admin panel should be changed
Start date:
2018-05-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The debugging of f:render needs to be disabled in the admin panel and any views rendered therein. Unfortunately the chosen strategy is not optimal as it involves adding a ViewHelper replacement with a non-standard argument, and using this argument to opting out from debugging in individual templates.
A more appropriate solution would be to mutate the configuration array that contains the namespace overlay responsible for overriding f:render with the debuggable version. By removing the overlay before rendering the admin panel, all f:render calls will go directly to Fluid's f:render which does not add debug output.
Actions