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

Avoid empty HTTP requests to load Enumerations #4369

Merged
merged 1 commit into from
Sep 22, 2023

Commits on Sep 19, 2023

  1. Avoid empty HTTP requests to load Enumerations

    Previously, we weren't checking if we actually had any enumerations to
    load which resulted in REST requests for an empty list of enumerations.
    That just wastes time and resources for no reason so this change avoids
    the request whn there's no work to do.
    davisp committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    200bd68 View commit details
    Browse the repository at this point in the history