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

[Mappings editor] Cannot set boolean value for boolean null_value parameter #54942

Closed
alisonelizabeth opened this issue Jan 15, 2020 · 1 comment · Fixed by #55015
Closed
Labels
bug Fixes for quality problems that affect the customer experience Feature:Mappings Editor Index mappings editor UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@alisonelizabeth
Copy link
Contributor

alisonelizabeth commented Jan 15, 2020

Steps to reproduce:

  1. Define mappings using the "load JSON" modal
  2. Define a boolean type with the null_value set to either true or false and try to load. For example:
{
  "properties": {
    "my_field": {
      "type": "boolean",
      "null_value": false
    }
  }
}
  1. Note UI displays error, even though false is a valid option.

Screen Shot 2020-01-15 at 12 54 06 PM

@alisonelizabeth alisonelizabeth added bug Fixes for quality problems that affect the customer experience Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more Feature:Mappings Editor Index mappings editor UI labels Jan 15, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

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:Mappings Editor Index mappings editor UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants