You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we reach the fopen of the objectstorage we do an fopen with a callbackwrapper.
Now when we perform the fclose we directly land in the writeBack function. If in here we request the cache we just get back the cache at that point. So there are no wrappers around it. Which means that automated tagging can't do its job and add the tag.
The text was updated successfully, but these errors were encountered:
How to test:
The tag should be added. But it is not added.
The reason for this is in:
server/lib/private/Files/ObjectStore/ObjectStoreStorage.php
Line 408 in d054699
When we reach the fopen of the objectstorage we do an fopen with a callbackwrapper.
Now when we perform the fclose we directly land in the writeBack function. If in here we request the cache we just get back the cache at that point. So there are no wrappers around it. Which means that automated tagging can't do its job and add the tag.
The text was updated successfully, but these errors were encountered: