Actions
Bug #94720
closedDeprecation message on using selectTree in flexform section container
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2021-08-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using a TCA selectTree in a flexform section container (see styleguide tx_styleguide_elements_select.flex_1
as example), following deprecation message is logged:
[NOTICE] component="TYPO3.CMS.deprecations": Core: Error handler (BE): TYPO3 Deprecation Notice: FormEngine did an on-the-fly migration of a flex form data structure. This is deprecated and will be removed. Merge the following changes into the flex form definition of table "tx_styleguide_elements_select"" in field "flex_1"": TCA table "dummyTable" columns field "dummyField" had no mandatory "config" section. This has been added with default type "none": TCA "dummyTable['columns']['dummyField']['config']['type'] = 'none'"
Actions