Change in ovirt-engine[master]: webadmin: edit pool dialog not load when the DC is not up
tjelinek at redhat.com
tjelinek at redhat.com
Wed Aug 19 07:16:27 UTC 2015
Tomas Jelinek has submitted this change and it was merged.
Change subject: webadmin: edit pool dialog not load when the DC is not up
......................................................................
webadmin: edit pool dialog not load when the DC is not up
The problem was that the PoolListModel started the progress by directly calling
startProgress() wich is not good - it has to be handled by the infrastructure
(e.g. AbstractModelBoundPopupPresenterWidget is handling the start/stop
progress according to the AsyncOperation[Started/Completed]Event.
Other fix needed was a null check on the spiceProxyEnabled since the model is
not inited completely when the DC is not active.
Change-Id: I8177155885dfb4c64785b905db614bc6b4ffe44a
Bug-Url: https://bugzilla.redhat.com/1245599
Signed-off-by: Tomas Jelinek <tjelinek at redhat.com>
---
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/pools/PoolListModel.java
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java
2 files changed, 1 insertion(+), 2 deletions(-)
Approvals:
Tomas Jelinek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
Martin Betak: Looks good to me, but someone else must approve
--
To view, visit https://gerrit.ovirt.org/44998
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8177155885dfb4c64785b905db614bc6b4ffe44a
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjelinek at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Betak <mbetak at redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
More information about the Engine-commits
mailing list