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

[NEW] Template to show Custom Fields in user info view #7688

Merged

Commits on Aug 8, 2017

  1. Display custom fields in User Info tab

    This change allows admin user to choose extra fields to be shown in the user's info tab.
    goiaba committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    4d897af View commit details
    Browse the repository at this point in the history
  2. Replacing code by method call

    The templateVarHandler method was created by extracting from the getDataToSyncUserData method the code that handles the template var substitution. This commit makes use of the extracted method aiming to not duplicate code.
    goiaba committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    131f3f3 View commit details
    Browse the repository at this point in the history
  3. Fixing eslint errors

    goiaba committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    ab856cc View commit details
    Browse the repository at this point in the history