Alona Kaplan has submitted this change and it was merged. Change subject: webadmin: Execute wasn't called after creating SaveNetworkConfigAction ......................................................................
webadmin: Execute wasn't called after creating SaveNetworkConfigAction - It is not enough to create new instance of SaveNetworkConfigAction, in order to excecute the action, execute method should be called. - SaveNetworkConfigAction, should get the Host through the ctor. Change-Id: I580638cf8319876459a9bcdf5e9faa93c8b4ae5f Signed-off-by: Alona Kaplan <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostSetupNetworksModel.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/SaveNetworkConfigAction.java 3 files changed, 187 insertions(+), 179 deletions(-) Approvals: Alona Kaplan: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9081 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I580638cf8319876459a9bcdf5e9faa93c8b4ae5f Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <[email protected]> Gerrit-Reviewer: Alona Kaplan <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
