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

webadmin: Fix template import #528

Merged
merged 1 commit into from
Jul 20, 2022
Merged

Commits on Jul 18, 2022

  1. webadmin: Fix template import

    The import of the template failed because one
    of the provided listeners on cluster changes
    was null. The listener was used to load OS into
    a list for the VM, however, it is not needed
    for the templates. This patch adds a check and
    does not add the listener if it is null (as is
    the case for the templates).
    
    Bug-Url: https://bugzilla.redhat.com/2104597
    ljelinkova committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    488967a View commit details
    Browse the repository at this point in the history