Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix collections and native app issue #4685

Merged

Commits on Jul 3, 2024

  1. Fix collections and native app issue

    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 dani-garcia#4682
    Fixes dani-garcia#4590
    BlackDex committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f033c66 View commit details
    Browse the repository at this point in the history