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

Method for Human name of virtual custom attributes #14835

Merged

Commits on Apr 21, 2017

  1. Get human name for virtual custom attribute with section

    example:
    to_human(‘virtual_custom_attribute_some_name’)
    => ‘Custom Attribute: some_name’
    
    to_human(‘virtual_custom_attribute_some_name:SECTION:docker_labels’)
    => ‘Docker Labels: some_name’
    lpichler committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    b64bf9b View commit details
    Browse the repository at this point in the history
  2. Specs for to_human method

    lpichler committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    2aa2dfd View commit details
    Browse the repository at this point in the history
  3. Use method for human names of virtual custom attributes

    for listing available report columns
    lpichler committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    4ec555b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c9c9dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4592de1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3c4507 View commit details
    Browse the repository at this point in the history