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

[vds-] save hidden columns content also #2089 #2093

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

pacien
Copy link
Contributor

@pacien pacien commented Oct 28, 2023

Follow-up of 727fd33.

Saving just the expressions of hidden columns isn't enough:
an expression may depend on some data (value) from some hidden column,
resulting in computation errors when loading back the .vds.

Only saving the column metadata is also weird because they'd show in
the columns sheet but result in empty columns values after setting
back a width >0.

pacien and others added 2 commits October 28, 2023 17:40
Follow-up of 727fd33.

Saving just the expressions of hidden columns isn't enough:
an expression may depend on some data (value) from some hidden column,
resulting in computation errors when loading back the .vds.

Only saving the column metadata is also weird because they'd show in
the columns sheet but result in empty columns values after setting
back a width >0.
Copy link
Owner

@saulpw saulpw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, thanks @pacien, let's try it!

@saulpw saulpw merged commit 3a9a0c5 into saulpw:develop Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants