Bug #103756
closedView History Crashes
100%
Description
../typo3/sysext/backend/Classes/View/ValueFormatter/FlexFormValueFormatter.php
Line 56
$processedSheets = $this->getProcessedSheets($flexFormDataStructure, $flexFormDataArray['data']);
Throws an error if a new created field is a flexform field.
My solution:
$processedSheets = $this->getProcessedSheets($flexFormDataStructure, $flexFormDataArray['data'] ?? []);
Steps to reproduce:
Add to an existing TYPO3 Installation a new flexform field, e.g. tt_content table.
Then view history.
Files
Updated by Gerrit Code Review 4 months ago
- Status changed from Accepted 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/+/85539
Updated by Gerrit Code Review 4 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85540
Updated by Benni Mack 4 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a4637daeb8553508b4fc517531e3144fba94ade0.