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

[v13] Fix nil user group entries. #29326

Merged
merged 2 commits into from
Jul 19, 2023
Merged

Commits on Jul 19, 2023

  1. Fix nil user group entries.

    When user groups are being looked up while listing applications if a user
    group is missing from the lookup, the previous logic would inadvertently
    leave nil user groups if the lookup failed. This has been corrected to ensure
    that no nil entries end up in the user group lookup.
    Mike Wilson authored and github-actions committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1ea23c3 View commit details
    Browse the repository at this point in the history
  2. Adjust unit test to exercise this.

    Mike Wilson authored and github-actions committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5c9e521 View commit details
    Browse the repository at this point in the history