mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
When editing the cipher, can't change the folder to "No folder" #2
Reference in New Issue
Block a user
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).
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
e6b6d7f