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: "uninitialized" warning in the user form for professional accounts #6637

Merged
merged 6 commits into from
Apr 19, 2022

Commits on Apr 17, 2022

  1. Add check for the definition of $user_ref->{org}

    Implements an additional check to see if an org is defined before
    executing this code block. This fixes an uninitialized value warning as
    well
    yuktea committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    675f4d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae042d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Added the formatted string ID

    yuktea committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    69c6716 View commit details
    Browse the repository at this point in the history
  2. Revert formatting changes

    yuktea committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    19ac9b5 View commit details
    Browse the repository at this point in the history
  3. Cleaned up unused strings

    yuktea committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    6392229 View commit details
    Browse the repository at this point in the history
  4. Fixes

    yuktea committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    141caba View commit details
    Browse the repository at this point in the history