Actions
Bug #88222
closedImageViewHelper uses properties without checking existance
Start date:
2019-04-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With the refactoring of the metaData handling properties like 'title' or 'alternative' are not necessarily set resulting in an error if one calls "getProperty('alternative')" on an image - think a freshly uploaded file via form.
To reproduce:
- Create a form with an imageUpload and a summary page
- View in frontend, upload file, go to summary
(be aware that you will also need #88221 to test)
Actions