Actions
Bug #90427
closedDisplay warning in PageLayoutView when rendering of configured preview template fails
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2020-02-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 allows to define a custom Fluidtemplate for each CType via TSconfig option: https://docs.typo3.org/m/typo3/reference-tsconfig/master/en-us/PageTsconfig/Mod.html#preview.
The default behaviour is to render this file. If an exception occurs, a warning is logged and a default rendering kicks in.
It would be cool to have a flash message warning to be rendered prior the fallback in case $GLOBALS['TYPO3_CONF_VARS']['BE']['debug'] is set to true. This allows integrators to see the issue during integration.
Actions