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.
Actions