mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #158] DELETE host.com/api/ciphers/<uuid>/admin 404 #76
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#76
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 @krohrsb on GitHub (Aug 28, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/158
Hello!
I am getting a 404 when deleting an item from an organization vault.
I see other deletes for ciphers implemented, just not for
/adminthough I do see/adminforgetandpost.https://github.com/dani-garcia/bitwarden_rs/blob/master/src/api/core/ciphers.rs#L518
@mprasil commented on GitHub (Aug 28, 2018):
This should be easy to fix. As a quick workaround, you can delete the item from you Vault instead of organization Vault directly.
@Baelyk commented on GitHub (Aug 28, 2018):
@mprasil do you mind if try to solve this?
@mprasil commented on GitHub (Aug 28, 2018):
@Baelyk I'm about to commit the changes, apologies 😕
@Baelyk commented on GitHub (Aug 28, 2018):
@mprasil Ah, its fine 👍
@mprasil commented on GitHub (Aug 28, 2018):
I didn't want to have this bug around unnecessary long @Baelyk, this is why I didn't mark it as good first issue. (I did this while Vault 2 was still in beta)
If you're interested in small contributions, maybe you could help a bit with #6? Even if you want to improve one save() function, it would be very welcome and I'm available to help you.