Project

General

Profile

Actions

Task #84992

open

Strategy for disabling Fluid debugging in admin panel should be changed

Added by Claus Due almost 6 years ago. Updated about 4 years ago.

Status:
New
Priority:
Must have
Assignee:
-
Category:
AdminPanel
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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #85087: Prevent Admin Panel Fluid Debug View from being cachedClosed2018-05-28

Actions
Actions

Also available in: Atom PDF