Deleting a file which was not overwritten leaves an entry behind
Lex-2008 opened this issue · 0 comments
Lex-2008 commented
Hi, I found another bug! :) Steps to reproduce:
- Upload a file
- Try to upload a file with same name
- When asked if you want to overwrite it - say "Cancel"
- Try to delete this file
- When asked if you want to delete it - say "Ok"
Expected behavior: file should disappear from the list.
Currently, the file is deleted on server, but stays in the list.
Don't know if it's relevant, but I tested with empty file called "file1". Also, it doesn't matter if you reload the page between steps 1 and 2.