Bug #104732
openaltLabelField in lowlevel not exploded
0%
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
Updated by Garvin Hicking 3 months ago
- Category set to FormEngine aka TCEforms
- Status changed from New to Needs Feedback
Could you list more details on how to reproduce, error stacktrace? Or is this a tocket you're preparing a patch for?
Updated by Philipp Parzer 3 months ago
- go to DB Check
- Full Search
- Advanced Query
- select Page Content (tt_content)
- select uid,header,l18n_parent
- where l18n_parent = <uid>
page doesn't refresh
error in the log module
I think there must be content elements without a header
tested with TYPO3 11 and PHP 8.2
Updated by Gerrit Code Review 2 months ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86193
Updated by Gerrit Code Review 2 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86193
Updated by Garvin Hicking 2 months ago
- Status changed from Under Review to Needs Feedback
I created a patch for it, could you have a look at it if it works for you:
Updated by Gerrit Code Review 2 months ago
- Status changed from Needs Feedback to Under Review
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86193
Updated by Gerrit Code Review 2 months ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86193
Updated by Gerrit Code Review about 1 month ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86193
Updated by Gerrit Code Review 6 days ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86193