Actions
Bug #55687
closedExtbase plugins: Flexform data not loaded anymore
Start date:
2014-02-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Extbase based frontend plugins don't get their flexform settings loaded anymore with TYPO3 6.2beta5.
It did still work on 6.2beta4.
Reason for this is
commit 0f6df1c77cfedc978b3a6b3d5fe4f952cb4d56b3 Author: Benjamin Mack <benni@typo3.org> Date: Sat Feb 1 22:51:01 2014 +0100
This commit removed default typoscript settings for plugins, also removing the plugin.tx_pluginname.settings{}
property.
This leads to FrontendConfigurationManager::mergeConfigurationIntoFrameworkConfiguration
not loading the "settings" key anymore.
Actions