[PR #4685] Fix collections and native app issue #2771

Closed
opened 2025-10-09 18:11:14 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/dani-garcia/vaultwarden/pull/4685

State: closed
Merged: Yes


Collections were not visible in the organization view.
This was because the flexibleCollections was set to true

Found an issue with loading some old created Secure Notes which had {} or {"type":null} as there data value.
This isn't allowed. When detected, replace it with {"type":0}

Fixes #4682
Fixes #4590

**Original Pull Request:** https://github.com/dani-garcia/vaultwarden/pull/4685 **State:** closed **Merged:** Yes --- Collections were not visible in the organization view. This was because the `flexibleCollections` was set to `true` Found an issue with loading some old created Secure Notes which had `{}` or `{"type":null}` as there `data` value. This isn't allowed. When detected, replace it with `{"type":0}` Fixes #4682 Fixes #4590
OVERLORD added the pull-request label 2025-10-09 18:11:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2771