Alona Kaplan has posted comments on this change.

Change subject: webadmin: Added shared MAC pools to configure dialog
......................................................................


Patch Set 12:

(1 comment)

http://gerrit.ovirt.org/#/c/27791/12/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/macpool/SharedMacPoolListModel.java
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/macpool/SharedMacPoolListModel.java:

Line 111:         
tempVar2.setTitle(ConstantsManager.getInstance().getConstants().cancel());
Line 112:         tempVar2.setIsCancel(true);
Line 113:         model.getCommands().add(tempVar2);
Line 114: 
Line 115:         setConfirmWindow(model);
> Oh. Here I think it's necessary, confirmation popups only update their item
It updates it before setting the event and on PropertyChangedEvent 
("Items".equals(propName)) so you can move it to the end:)
Line 116: 
Line 117:         List<String> macPoolNames = new ArrayList<String>();
Line 118:         for (MacPool macPool : (Iterable<MacPool>) 
getSelectedItems()) {
Line 119:             macPoolNames.add(macPool.getName());


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Idabfa4e2abd3c9f0b4af0d28f00a27aa92a6552f
Gerrit-PatchSet: 12
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <[email protected]>
Gerrit-Reviewer: Alona Kaplan <[email protected]>
Gerrit-Reviewer: Lior Vernia <[email protected]>
Gerrit-Reviewer: Martin Mucha <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to