Fix duplicate folder creations during import #1069

Closed
opened 2026-04-06 01:34:14 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 7/4/2024

During import you are able to select an existing folder, or with Bitwarden exports it can contain existing folders already. In either case it didn't matter, we always created new folders.

Bitwarden uses the same UUID of the selected or existing folders if they are already there.

This PR fixes this by using the same behaviour.

Fixes #4700

*Originally created by @BlackDex on 7/4/2024* During import you are able to select an existing folder, or with Bitwarden exports it can contain existing folders already. In either case it didn't matter, we always created new folders. Bitwarden uses the same UUID of the selected or existing folders if they are already there. This PR fixes this by using the same behaviour. Fixes #4700
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1069