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 how we deal with component IDs for linked components #1270

Merged
merged 1 commit into from
Mar 21, 2017

Conversation

astrofrog
Copy link
Member

@astrofrog astrofrog commented Mar 21, 2017

Previously, when linking two components, we added the component ID of the linked component in each dataset to the other dataset, and set .hidden to True. However since the component ID was shared, this also hid the component ID in the original data. Instead, we now don't hide the component IDs, but instead treat component IDs where .parent is not the dataset being looked at to be effectively hidden.

Fixes #1257

Previously, when linking two components, we added the component ID of the linked component in each dataset to the other dataset, and set .hidden to True. However since the component ID was shared, this also hid the component ID in the original data. Instead, we now don't hide the component IDs, but instead treat component IDs where .parent is not the dataset being looked at to be effectively hidden.
@astrofrog astrofrog added this to the v0.10.2 milestone Mar 21, 2017
@astrofrog astrofrog changed the title Change how we deal with component IDs for linked components Fix how we deal with component IDs for linked components Mar 21, 2017
@astrofrog astrofrog merged commit a554160 into glue-viz:master Mar 21, 2017
astrofrog added a commit that referenced this pull request Apr 19, 2017
Fix how we deal with component IDs for linked components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant