Actions
Task #54613
closedClean up last uses of fe_adminLib properties
Start date:
2013-12-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:
Description
Two Core tables (fe_users and index_config) still use the "fe_admin_fieldList" property, which has no effect on the Core since the fe_adminLib.inc was moved out of the Core (into the statictemplates extension). This should be removed.
Additional question: what should be done with the $addTofeInterface
argument of \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns()
? Should we log a deprecation message?
Actions