mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1274] Cannot bulk delete collection items #891
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#891
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 @lucianf on GitHub (Dec 20, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1274
Subject of the issue
I created an organization, imported a few dozen items (they ended up in the Unassigned collection), and now I'm trying to delete them as I understood the correct process is to rather have the items imported into a user vault and shared from there into the organization collection.
However, when I select multiple items (either by using the checkboxes next to the items, or by using the bulk "select all" from the gear dropdown), after I pick "delete selected" nothing happens.
Your environment
Steps to reproduce
Standard configuration of bitwarden_rs using docker-compose and linuxserver swag (nginx) as reverse proxy (for SSL).
Expected behaviour
Deleting multiple items should work
Actual behaviour
Debugging the POST query in the web console I see the response payload has a 422 Unprocessable Entity error with the following contents:" The request was well-formed but was unable to be followed due to semantic errors."
Deleting one item alone works, but I'm really looking to delete all items in bulk rather than one by one.
Relevant logs
@BlackDex commented on GitHub (Dec 20, 2020):
This has been fixed in the master branch.
To use that version please pull the
testingtag instead of thelatest.