mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-02 22:57:18 -05:00
Renaming folder will not rename subfolders #1355
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
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#1355
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 @maxhq on GitHub (Aug 22, 2022).
Subject of the issue
When renaming a folder, all subfolders will then appear on the top level prefixed with the old parent folder and a slash.
Deployment environment
vaultwarden version: 1.25.2
Install method: Docker image (vaultwarden/server:latest)
Clients used: web vault and Bitwarden Linux Client
Reverse proxy and version: none
MySQL/MariaDB or PostgreSQL version: none
Steps to reproduce
Example folder structure:
Rename
parenttoauthority.Expected behaviour
Actual behaviour
When renaming
authorityback toparentthe previous structure is restored.@BlackDex commented on GitHub (Aug 23, 2022):
Unfortunately that is not something we can change on the server side.
The server never receives the actual folder name, and thus there is no way for the server side to try and match this.
This should either be reported as a bug/feature request at Bitwarden it self.
Either here https://community.bitwarden.com/c/feature-requests/5 or here https://github.com/bitwarden/clients/issues