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 do not disappear from search result after deleting it. #3044

Closed
Talank opened this issue Feb 17, 2020 · 2 comments · Fixed by #3266
Closed

File do not disappear from search result after deleting it. #3044

Talank opened this issue Feb 17, 2020 · 2 comments · Fixed by #3266
Labels
Type:Bug Something isn't working

Comments

@Talank
Copy link
Contributor

Talank commented Feb 17, 2020

Steps to reproduce

  1. Given that there is a file with the name "a1.txt" in the trash bin.
  2. Upload a file named "a1.txt"
  3. In the search box search for the file "a1.txt"
  4. From the search result, delete the file "a1.txt"

Expected behaviour

The file should be disappeared from the search results.

Actual behaviour

The file "a1.txt" does not disappears from the search results.
out-7

Server configuration

Current core master
Current phoenix master

@PVince81 PVince81 added the Type:Bug Something isn't working label Feb 17, 2020
@PVince81
Copy link
Contributor

I suspect that the model/collection that is used to back the search result list is different than the one from the main file list.

Upon deletion of an entry (or modification), we should adjust the entry also in the search result list.

@Talank a similar case to test/report: can you check if the sharing indicator (person/link icon in the row) appears/disappears when creating/deleting shares from the search list ?

@Talank
Copy link
Contributor Author

Talank commented Feb 18, 2020

@PVince81 the sharing indicator and the link icon also does not appear/disappear when creating/deleting shares from the search list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants