Actions
Bug #91759
closedEmpty title attribute in ImageViewHelper
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2020-07-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
The bug #91506 is still present in v10.4.5 when the title property is NULL.
The test should be, line 203:if (empty($this->arguments['title']) && !empty($title)) {
Actions