Bug #62835
closedWrong hint in deprecation log for usage of feInterface
100%
Description
In case some extension is registering TCA changes and setting parameter $addTofeInterface
= 1 in \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns
, the deprecation log will show:
Usage of feInterface is no longer part of the TYPO3 CMS Core. Please check EXT:statictemplates.
This is caused by a wrong assumption that only EXT:statictemplates was setting this parameter.
This wrong hint makes it hard to understand which extension is actually causing this deprecation log entry.
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33960
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33963
Updated by Xavier Perseguers about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3d9e04d640e98f07a24edc7b3d7bb7368ba543f6.