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

Conversation

ljelinkova
Copy link
Contributor

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

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
Copy link
Contributor Author

/ost

@ljelinkova
Copy link
Contributor Author

/ost

@ljelinkova ljelinkova requested a review from ahadas July 20, 2022 11:37
@ahadas ahadas merged commit f6efaa4 into oVirt:master Jul 20, 2022
@ljelinkova ljelinkova deleted the import-template branch August 10, 2022 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants