Actions
Bug #104032
closedLinkvalidator report crashes on mask fields
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2024-06-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
The mask extension automatically generates column definitions in TCA, and they do not have a 'label' key in the TCA columns definition.
In TYPO3 v11.5.37, the link validator report page crashes with the following error:
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
PHP Warning: Undefined array key "label" in [...]/linkvalidator/Classes/Report/LinkValidatorReport.php line 559
In TYPO3 v12 the problem does not occur anymore.
Updated by Gerrit Code Review 6 months ago
- Status changed from New to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84592
Updated by Anonymous 6 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f5b688b931026d6f8f5639197376363afc46437a.
Actions