Actions
Bug #87003
closedPlugins overrides Page Data
Start date:
2018-11-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
fluid template data
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
If you want to get the Page Layout or Title of the active Page with <f:debug>{data.layout}</f:debug> it works just if there are no Plugins like Forms, Powermail oder own Moduls on this Page. If there is a Plugin, in <f:debug>{data}</f:debug> are now the Values of the Plugin, not the Page.
This means as soon as there is an Plugin in the Page, i don't have access at the data from this page in fluid.
- Use in your Fluid-Template {data.title} or {data.layout} on a site with something regular like Text & Media.
- It Works
- Now insert a Forms-, Powermail-, or Own-Plugin in this Site
- Now you get nothing or the values from the Plugin if they are filled.
Actions