Hello Tomas Jelinek,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/31130

to review the following change.

Change subject: webadmin: basic/advanced mode not remembered for instance type
......................................................................

webadmin: basic/advanced mode not remembered for instance type

Only the configuration of the local storage key was missing.

Change-Id: I76e719815953872fc696d0a26396c09c8e6fbb83
Bug-Url: https://bugzilla.redhat.com/1124254
Signed-off-by: Tomas Jelinek <[email protected]>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/configure/instancetypes/InstanceTypeListModel.java
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/30/31130/1

diff --git 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/configure/instancetypes/InstanceTypeListModel.java
 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/configure/instancetypes/InstanceTypeListModel.java
index 4aeb264..c2ae601 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/configure/instancetypes/InstanceTypeListModel.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/configure/instancetypes/InstanceTypeListModel.java
@@ -304,6 +304,7 @@
         }
 
         UnitVmModel model = new UnitVmModel(behavior);
+        model.setIsAdvancedModeLocalStorageKey("instance_type_dialog"); 
//$NON-NLS-1$
         setWindow(model);
 
         model.setTitle(title);


-- 
To view, visit http://gerrit.ovirt.org/31130
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I76e719815953872fc696d0a26396c09c8e6fbb83
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Frank Kobzik <[email protected]>
Gerrit-Reviewer: Tomas Jelinek <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to