hadong has uploaded a new change for review. Change subject: network_page:fix always prompt "no changes, nothing to do." issue ......................................................................
network_page:fix always prompt "no changes, nothing to do." issue Change-Id: Ib0a97d1d399c72258e85f47c7b9f636aa2a7ff60 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1003231 Signed-off-by: hadong <[email protected]> --- M src/ovirt/node/setup/core/network_page.py 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/33/18733/1 diff --git a/src/ovirt/node/setup/core/network_page.py b/src/ovirt/node/setup/core/network_page.py index 4d8d676..3191949 100644 --- a/src/ovirt/node/setup/core/network_page.py +++ b/src/ovirt/node/setup/core/network_page.py @@ -265,6 +265,8 @@ "Settings", txt, ) return self._confirm_dialog + else: + return self._nic_dialog if "dialog.confirm.yes" in changes: self._confirm_dialog.close() -- To view, visit http://gerrit.ovirt.org/18733 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib0a97d1d399c72258e85f47c7b9f636aa2a7ff60 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: hadong <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
