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 Boolean field formatter #7935

Merged
merged 4 commits into from
Aug 10, 2016
Merged

Commits on Aug 4, 2016

  1. Add Boolean field formatter

    This fixes an issue with Boolean values being displayed as 0 and 1 instead
    of as 'true' and 'false' in the visualizations.
    
    Also added this as the default formatter for Boolean field types.
    thomasneirynck committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    42e0981 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. fix failing unit tests

    Also trim & lowercase text input.
    thomasneirynck committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    86bcff0 View commit details
    Browse the repository at this point in the history
  2. Test FieldFormat default configuration

    Improve string conversion. Objects will now be serialized.
    thomasneirynck committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    73c60f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4393755 View commit details
    Browse the repository at this point in the history