We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There seems to be a regression from #36047 where renaming shares is not working properly anymore.
Steps to reproduce:
Expected:
Actual:
cc @icewind1991 @PVince81
The text was updated successfully, but these errors were encountered:
I've switched memcache.local to redis to be able to inspect the key
from what I see the cached value still has the old path name
it seems we're missing some invalidation code, however I'm not sure how it could have worked before...
Sorry, something went wrong.
PR here: #36159
ok, so the reason it worked before was because the share target changed, so this made it use a different cache key after each rename
better PR here: #36161
icewind1991
Successfully merging a pull request may close this issue.
There seems to be a regression from #36047 where renaming shares is not working properly anymore.
Steps to reproduce:
Expected:
Actual:
cc @icewind1991 @PVince81
The text was updated successfully, but these errors were encountered: