mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
[PR #4685] Fix collections and native app issue #2771
Reference in New Issue
Block a user
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?
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
flexibleCollectionswas set totrueFound an issue with loading some old created Secure Notes which had
{}or{"type":null}as theredatavalue.This isn't allowed. When detected, replace it with
{"type":0}Fixes #4682
Fixes #4590