Actions
Bug #97316
closedException in filelist when nullable columns are shown
Start date:
2022-04-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When the filelist module is configured to show nullable columns (e.g. from sys_file_metadata
the fields caption
or copyright
) the following exception is thrown.
PHP Runtime Deprecation Notice: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /path/to/typo3/sysext/filelist/Classes/FileList.php line 735
Actions