Bug #89780
closedIt isn't possible to use a newly created local ResourceStorage
100%
Description
Same as Bug #62273 :
If you create a new ResourceStorage through the StorageRepository->createLocalStorage method and there is already other ResourceStorages registered, it isn't possible to get the ResourceStorage object from either the StorageRepository->FindByUid or ResourceFactory->getStorageObject method.
This is due to caches not being updated after the new ResourceStorage record have inserted into the database.
I guess the best solution would be to have a signal to indicate when the storage cache should be updated, probably both in StorageRepository and ResourceFactory.
Updated by Yann Weyer about 5 years ago
- Related to Bug #62273: It isn't possible to use a newly created local ResourceStorage added
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62474
Updated by Gerrit Code Review about 5 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62475
Updated by Benni Mack about 5 years ago
- Related to Bug #86689: [BUGFIX][FAL] Update local cache upon creation of new storage object added
Updated by Yann Weyer almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1eb10f80fb20a83ad62c61f2c0d0dacf70bf7e1b.