mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1079] Entries not showing up in trash bin after deletion #763
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#763
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1079
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.