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

Add required default markdown visState #38390

Merged
merged 5 commits into from Jun 17, 2019

Commits on Jun 7, 2019

  1. Add required default markdown visState

    The markdownVis expression has the markdown string property configured as required.The current implementation of the markdown vis doesn't have a default value (actually it's undefined) and this cause the error to be thrown when creating a new markdown vis.
    
    fix elastic#38127
    markov00 committed Jun 7, 2019
    Copy the full SHA
    d03476a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a9e98ae View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Copy the full SHA
    ddc1ecd View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Copy the full SHA
    f73e7ab View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Copy the full SHA
    d5419ad View commit details
    Browse the repository at this point in the history