Renaming folder will not rename subfolders #2019

Closed
opened 2026-04-06 02:49:33 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @maxhq on 8/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:

  • parent
    • daughter
    • son

Rename parent to authority.

Expected behaviour

  • authority
    • daughter
    • son

Actual behaviour

  • authority
  • parent/daughter
  • parent/son

When renaming authority back to parent the previous structure is restored.

*Originally created by @maxhq on 8/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: - parent - daughter - son Rename `parent` to `authority`. ### Expected behaviour - authority - daughter - son ### Actual behaviour - authority - parent/daughter - parent/son When renaming `authority` back to `parent` the previous structure is restored.
MrUnknownDE added the wontfix label 2026-04-06 02:49:33 +02:00
Sign in to join this conversation.
No Label wontfix
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2019