Project

General

Profile

Actions

Bug #83692

closed

Epic #83652: EXT: Redirects module - Umbrella issue

Missing renderType for sys_redirect.target_statuscode

Added by Mathias Brodala about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
Start date:
2018-01-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

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.

Actions

Also available in: Atom PDF