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

Fix advanced settings category sorting #83394

Merged
merged 1 commit into from
Nov 16, 2020
Merged

Commits on Nov 16, 2020

  1. Fix advanced settings category sorting

    In the advanced settings categories, "Observability" and "Machine Learning" were using uppercase letters in their keys while everything else was using lowercase
    
    This caused them both to show up before the rest of the options in the dropdown and in the sorting in the advanced settings UI.
    
    Add keys for them to the get_category_name module in the advanced settings plugin and use those keys in the plugins that apply these categories.
    
    This also makes it so i18n keys are available for these items.
    
    Fixes elastic#81974.
    smith committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    a00f02f View commit details
    Browse the repository at this point in the history