[node-patches] Change in ovirt-node[master]: installer: From admin back to keyboard
mburns at redhat.com
mburns at redhat.com
Thu May 23 19:49:07 UTC 2013
Hello Fabian Deutsch,
I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/15042
to review the following change.
Change subject: installer: From admin back to keyboard
......................................................................
installer: From admin back to keyboard
rhbz#966417
Change-Id: I9ed35cc65edeee9461a7bd6220e08955dbec04ec
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/installer/upgrade_page.py
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/42/15042/1
diff --git a/src/ovirt/node/installer/upgrade_page.py b/src/ovirt/node/installer/upgrade_page.py
index 395dcc6..95094fc 100644
--- a/src/ovirt/node/installer/upgrade_page.py
+++ b/src/ovirt/node/installer/upgrade_page.py
@@ -96,7 +96,8 @@
def on_merge(self, effective_changes):
changes = self.pending_changes(False)
if changes.contains_any(["button.back"]):
- self.application.ui.navigate.to_first_plugin()
+ nav = self.application.ui.navigate
+ nav.to_plugin(installer.keyboard_page.Plugin)
return
if changes.contains_any(["upgrade.current_password",
--
To view, visit http://gerrit.ovirt.org/15042
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ed35cc65edeee9461a7bd6220e08955dbec04ec
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list