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 Jupyterlab Widget Save/Restore Symmetry #2465

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

ada-x64
Copy link
Contributor

@ada-x64 ada-x64 commented Dec 5, 2023

Fixes #2464

The version keyword should be ignored when restoring the widget, as it does not affect the widget itself. The version keyword is currently only used for migrations. Eventually, I would like to see automatic migrations based on version number, which will require a more sophisticated solution. This works for now :)

@texodus texodus added the bug Concrete, reproducible bugs label Dec 12, 2023
@texodus
Copy link
Member

texodus commented Dec 12, 2023

Thanks for the PR! Looks good!

@texodus texodus merged commit 061e83a into finos:master Dec 12, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simple PerspectiveWidget errors restoring its own saved config
2 participants