Actions
Bug #99367
closedBackend user may cannot upload avatar
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-12-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
If a backend user has an empty UC, it's currently not possible to upload an avatar due to an PHP exception:
TYPO3\CMS\Core\Imaging\IconFactory::getIconForResource(): Argument #1 ($resource) must be of type TYPO3\CMS\Core\Resource\ResourceInterface, null given, called in /var/www/html/typo3_src/typo3/sysext/backend/Classes/ElementBrowser/FileBrowser.php on line 228
This is a regression of #97933.
Actions