mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-19 13:26:47 -05:00
[PR #4685] [MERGED] Fix collections and native app issue #7113
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/4685
Author: @BlackDex
Created: 6/28/2024
Status: ✅ Merged
Merged: 7/3/2024
Merged by: @dani-garcia
Base:
main← Head:fix-collections-and-native-app-issue📝 Commits (1)
f033c66Fix collections and native app issue📊 Changes
2 files changed (+7 additions, -1 deletions)
View changed files
📝
src/db/models/cipher.rs(+6 -0)📝
src/db/models/organization.rs(+1 -1)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.