Tomas Jelinek has submitted this change and it was merged.
Change subject: webadmin: move logic from popup widget to its model
......................................................................
webadmin: move logic from popup widget to its model
This patch improves the previous patch for fixing bug #867308,
as the logic that determines whether a widget should be changable or
not is moved to the model, where it is more appropriate to be.
Change-Id: I05f5d1476cfeb711cff50f3143a0f0ad5cbc0803
Bug-Url:
https://bugzilla.redhat.com/867308
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmDesktopNewPopupWidget.java
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java
2 files changed, 234 insertions(+), 222 deletions(-)
Approvals:
Tomas Jelinek: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/10294
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I05f5d1476cfeb711cff50f3143a0f0ad5cbc0803
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>