-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
File lists do not properly reload when switching #27697
Comments
Ok, I just tried 9.1.5 and it works correctly there, so it's a regression. A git bisect should reveal when this was broken. @noveens do you have time to have a look ? |
Another case, even worse result:
The list is not rendered any more, but the summary still says "1 file". |
Regression introduced through #27282. The problem here is that the directory doesn't actually change when switching views, but we still need a way to force a refresh there. |
Or maybe we should destroy the list completely when switching away. So when switching back it would recreate it from scratch. |
I found a simple way: #27703 |
Will test more regarding the issue after 4-5 days. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps
Expected
When going back to "Deleted files", that list needs to refresh with new values, so the deleted file is visible.
Actual
List not refreshed.
The same happens if you restore a file from trash after coming from "all files", then going back there doesn't make the file appear.
Versions
ownCloud 10.0.0 RC1
Not sure if regression, I have the feeling that this did work before.
There were some changes regarding reload the list by @noveens, not sure if related.
Needs research.
The text was updated successfully, but these errors were encountered: