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

[Lens] Removing a dimension in the table crashes the app #60404

Closed
wylieconlon opened this issue Mar 17, 2020 · 2 comments · Fixed by #60704
Closed

[Lens] Removing a dimension in the table crashes the app #60404

wylieconlon opened this issue Mar 17, 2020 · 2 comments · Fixed by #60704
Labels
bug Fixes for quality problems that affect the customer experience Feature:Lens Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@wylieconlon
Copy link
Contributor

This is a bug that I accidentally caused in #58279

Steps to reproduce:

  1. Switch to the data table visualization
  2. Configure at least 2 dimensions
  3. Remove one of them
  4. Lens goes blank

The cause of the bug is that the state object from the active visualization is passed into the non-active visualization, indicating that some part of the state object is not updating.

@wylieconlon wylieconlon added bug Fixes for quality problems that affect the customer experience Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Lens labels Mar 17, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@wylieconlon
Copy link
Contributor Author

This is a one-line fix, I may include it as part of the work on pie charts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Lens Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants