Fix collections and native app issue #1077

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

Originally created by @BlackDex on 6/28/2024

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

*Originally created by @BlackDex on 6/28/2024* 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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1077