Bug #83692
closedEpic #83652: EXT: Redirects module - Umbrella issue
Missing renderType for sys_redirect.target_statuscode
100%
Description
Flushing all caches and refreshing the redirect module gives the following message:
TYPO3 Deprecation Notice
Core: Error handler (BE): TYPO3 Deprecation Notice: Automatic TCA migration done during bootstrap. Please adapt TCA accordingly, these migrations will be removed. The backend module "Configuration -> TCA" shows the modified values. Please adapt these areas: Using the 'type' = 'select' field in "sys_redirect['columns']['target_statuscode']['config']['type'] = 'select'" without the "renderType" setting in "sys_redirect['columns']['target_statuscode']['config']['renderType']" is deprecated. The TCA table 'pages_language_overlay' is not used anymore and has been removed automatically in order to avoid negative side-effects. in /.../typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php line 1705
Thus a 'renderType' => 'selectSingle'
must be set for the target_statuscode
field.
Updated by Gerrit Code Review almost 7 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 https://review.typo3.org/55462
Updated by Gerrit Code Review almost 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55462
Updated by Mathias Brodala almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 44eacb7ea99bd518ebb0a77aee29e6b5276a3df2.