Skip to content
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 Manager: File count for folder not updated after upload or deletion #481

Closed
rolandschaub opened this issue Apr 16, 2020 · 3 comments · Fixed by #673
Closed

File Manager: File count for folder not updated after upload or deletion #481

rolandschaub opened this issue Apr 16, 2020 · 3 comments · Fixed by #673
Assignees
Labels

Comments

@rolandschaub
Copy link
Member

After uploading a file into an empty folder, the folder's tooltip still counts 0 files. It also displays the delete button, which it shouldn't do for folders containing files and subfolders:

image

The same problems shows when deleting a file: The tooltip still shows the previous file count, even if there are 0 files, and therefore doesn't display the delete button for the folder.

@hbugdoll
Copy link
Member

hbugdoll commented Oct 2, 2021

folderCountMessage(folder) is called, but folder.filesCount is not updated.

nadar added a commit that referenced this issue Oct 6, 2021
@nadar nadar mentioned this issue Oct 6, 2021
@nadar nadar closed this as completed in #673 Oct 6, 2021
nadar added a commit that referenced this issue Oct 6, 2021
@hbugdoll
Copy link
Member

hbugdoll commented Oct 6, 2021

Thanks for fixing the issue!

@nadar
Copy link
Member

nadar commented Oct 7, 2021

weclome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants