mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1103] [probably an upstream bug] Nested folder renaming #779
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#779
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 @nicolaspernoud on GitHub (Aug 17, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1103
Subject of the issue
When renaming a nested folder from the web interface, the subfolders go "out" of the renamed folder.
Your environment
Web Vault Version 2.15.1
Steps to reproduce
If I have a folder Racine/Professionnel with subfolders, and I rename it to Racine/Professionnel_Test, all the sub folders keep the name Racine/Professionnel/Subfolder and go "out" of the Racine/Professionnel_Test directory.
Expected behaviour
All the sub folders should be renamed accordingly.
@jjlin commented on GitHub (Aug 17, 2020):
As you said, this is an issue on the client side, as the server doesn't have visibility into the (encrypted) folder names. Bitwarden doesn't have a true concept of nested folders; it's just a naming convention that is special-cased on the display side (https://bitwarden.com/help/article/folders/). The clients could conceivably generate multiple requests to rename all subfolders when you change the name on a parent folder, but you'd have to make a feature request for that (https://community.bitwarden.com/c/feature-requests/5/).
@nicolaspernoud commented on GitHub (Aug 18, 2020):
Ok, thanks for the details. I will do the feature request.