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

Added listener to ADD_DESC to update side panel options #375

Merged
merged 1 commit into from
Jun 12, 2020

Conversation

puehringer
Copy link
Contributor

@puehringer puehringer commented Jun 9, 2020

Summary
This PR changes the way the side panel (column list) is updated: Previously, the update was manually triggered when the ARankingView is built, or when a column was added within the ranking view.
It did not however react to changes in the actual provider. Therefore, this PR changes the updating to only occur when a new description is added to the provider. This is implicitly happening on both above cases, as well as the case where a desc is manually added to the provider.

Copy link
Member

@thinkh thinkh left a comment

Choose a reason for hiding this comment

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

Works in my tests as before. 👍

@thinkh thinkh merged commit e132394 into develop Jun 12, 2020
@thinkh thinkh deleted the mp/373_update_panel_on_desc_add branch June 12, 2020 07:14
@thinkh thinkh mentioned this pull request Jul 30, 2020
48 tasks
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