mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-16 03:40:42 -05:00
Entries not showing up in trash bin after deletion #4403
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sazzels on GitHub (Aug 2, 2020).
Subject of the issue
When i delete entries from any client Windows, Android or WebUI the so deleted entry is not showing up in the trash bin.
In the WebUI a reload has to be performed and the clients need to be resynced to show trash bin entries.
Your environment
Steps to reproduce
Docker Compose
nginx.conf (aka. bitwarden.conf)
Expected behaviour
Deleted entries are moved to trash bin and this action is distributed to all clients like when an entrie is created / edited.
Actual behaviour
Entries are deleted correctly but not moved to the trash bin - all clients get information about deleted entry (they're removed from the group/folder) but not moved to trash bin
Relevant logs
None.
@jjlin commented on GitHub (Aug 2, 2020):
This should be fixed in PR #1076. You can use the
testingtag or wait for the next release.@Sazzels commented on GitHub (Aug 2, 2020):
I should've also looked in commit section or closed issues.
Thank you very much for the fix and your reply.