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 reseting of graphics #328

Merged
merged 1 commit into from
May 19, 2022

Commits on May 16, 2022

  1. webadmin: Fix reseting of graphics

    When the BIOS type changed, the graphics list was always
    reset even though the video type stayed the same.
    
    This was because the setting of the items and selected item
    was separated in https://gerrit.ovirt.org/c/ovirt-engine/+/118132
    
    This patch introduces a new constructor ListModel that allows
    to configure the selection model. That allows to set the video type
    field with NO_SELECTION model and avoid the synchronization that
    caused problems mentioned in https://gerrit.ovirt.org/c/ovirt-engine/+/118132.
    
    Bug-Url: https://bugzilla.redhat.com/2078193
    ljelinkova committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c98e999 View commit details
    Browse the repository at this point in the history