Hide Forgot
In uicommonweb project, UserPortalListModel is the list model responsible for managing VM and Pool data in UserPortal. However, unlike other models that use Window/ConfirmWindow properties for storing dialog models, UserPortalListModel uses its own custom properties for this purpose. UserPortalListModel custom properties that correspond to Window: - "VmModel" property for storing UnitVmModel (New Server, New Desktop, Edit and Make Template dialogs) - "RunOnceModel" property for storing RunOnceModel (Run Once dialog) - "AttachCdModel" property for storing AttachCdModel (Change CD dialog) UserPortalListModel custom properties that correspond to ConfirmWindow - "ConfirmationModel" property for storing ConfirmationModel This makes it harder for UserPortal to handle these non-standard dialog properties. Custom properties mentioned above should be replaced with standard setWindow() / setConfirmWindow() calls.
Patch merged upstream, git commit cc68513979cc646d9005dfae78621e1f790353fb, Gerrit reference [http://gerrit.ovirt.org/4391].
closing ON_QA bugs as oVirt 3.1 was released: http://www.ovirt.org/get-ovirt/