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

Save non-serializable data in tab storage #4325

Merged
merged 5 commits into from
Feb 10, 2025

Conversation

rodja
Copy link
Member

@rodja rodja commented Feb 8, 2025

This PR fixes #4313 by providing a non-persistent ObservableDict for app.storage.tab if Redis is not used.

rodja added 2 commits February 8, 2025 16:25
This allows storing non-serializable data in "normal" circumstances.
@rodja rodja added the bug Something isn't working label Feb 8, 2025
@rodja rodja added this to the 2.12 milestone Feb 8, 2025
@rodja rodja requested a review from falkoschindler February 8, 2025 15:41
@falkoschindler falkoschindler merged commit 786e24f into main Feb 10, 2025
8 checks passed
@falkoschindler falkoschindler deleted the non-serializables-in-tab-storage branch February 10, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tab storage requires serializable items
2 participants