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 error when changing cluster of diskless vms #634

Merged
merged 1 commit into from
Sep 11, 2022

Commits on Sep 11, 2022

  1. webadmin: fix error when changing cluster of diskless vms

    DisksAllocationView#addDiskList wasn't prepared for getting a model
    without disks sets (i.e., 'disks' is null) and since 50e0bb9 this
    might happen, therefore proper handling (treating this case as if an
    empty list of disks is set) is added to DisksAllocationView#addDiskList.
    
    Bug-Url: https://bugzilla.redhat.com/2121083
    Signed-off-by: Arik Hadas <ahadas@redhat.com>
    ahadas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    e1370f6 View commit details
    Browse the repository at this point in the history