Actions
Bug #92201
closed\TYPO3\CMS\Core\Resource\ResourceFactory::getStorageObject is called twice for each created storage
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-09-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Calling \TYPO3\CMS\Core\Resource\ResourceFactory::getStorageObject
eventually leads to a call to \TYPO3\CMS\Core\Resource\StorageRepository::findByUid
which in turn calls \TYPO3\CMS\Core\Resource\ResourceFactory::getStorageObject again
This was introduced with http://review.typo3.org/11011, where the plain DB call
was replaced with StorageRepository::findByUid
Actions