Actions
Bug #104732
openaltLabelField in lowlevel not exploded
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2024-08-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
https://github.com/TYPO3/typo3/blob/v13.2.1/typo3/sysext/lowlevel/Classes/Controller/DatabaseIntegrityController.php#L1112
https://github.com/TYPO3/typo3/blob/v13.2.1/typo3/sysext/frontend/Configuration/TCA/tt_content.php#L6
TCA config 'label_alt' can be comma separated values
in lowlevel DatabaseIntegrityController the value is not exploded
Leads to Undefined array key "subheader,bodytext"
Problem exists in V11 too
Actions