mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #4] When editing the cipher, can't change the folder to "No folder" #1
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#1
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 @mprasil on GitHub (Apr 19, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4
When editing cipher that's already in some folder, I can select
No folderand click save.Expected result is, that cipher will no longer be in any folder.
Actual result is, that the folder setting isn't updated.
I think there's extra check for
Nonewhere it shouldn't be when updating the cipher, so when nofolder idis provided in the post data (which is the case of selectingNo folder) we don't update it. Might be a simple fix (I did something similar in the move handler) but first need to check if it won't affect some other functionality.@dani-garcia commented on GitHub (Apr 19, 2018):
Thanks, I didn't notice that!
It should be fixed now with
e6b6d7fmysqlclient-sys v0.4.4#2237