Actions
Bug #86689
closed[BUGFIX][FAL] Update local cache upon creation of new storage object
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2018-10-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
When a new FAL storage object for the "local" driver is being created it is not possible to retrieve the new object instantaneous. The objects are being cached in a local static variable which needs to get flushed (set to "null") first.
Updated by Bernhard Kraft about 6 years ago
- Related to Bug #62273: It isn't possible to use a newly created local ResourceStorage added
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56058
Updated by Gerrit Code Review about 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56058
Updated by Bernhard Kraft about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5715465d1c7997237d5dd0bbee4ba92fb8186291.
Updated by Benni Mack almost 5 years ago
- Related to Bug #89780: It isn't possible to use a newly created local ResourceStorage added
Actions