mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #344] Error adding cipher to folder #193
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#193
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 @bassarf on GitHub (Jan 16, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/344
When adding an item and assigning that to a folder during the creating process I get an "Error adding cipher to folder" error. In the original bitwarden server this is no problem.
Steps to reproduce
This should work with any app (web, android, browser-plugin,...)
Worth noting that: when you create an item and you edit it and move it to a folder after it is created, that is no problem. Just in the initial creation process we get this error
@dani-garcia commented on GitHub (Jan 16, 2019):
This is probably caused by
github.com/dani-garcia/bitwarden_rs@4bf32af60e, specifically moving the save after the move. When the cipher doesn't exist, we can't create the cipher<->folder mapping.@dani-garcia commented on GitHub (Jan 16, 2019):
Should be fixed now, in
github.com/dani-garcia/bitwarden_rs@1ce2587330.@bassarf commented on GitHub (Jan 18, 2019):
just reporting back, that I could test it successfully.
Thank you for the quick fix