[node-patches] Change in ovirt-node[node-3.0]: installer: From admin back to keyboard

fabiand at fedoraproject.org fabiand at fedoraproject.org
Thu May 23 15:33:27 UTC 2013


Fabian Deutsch has uploaded a new change for review.

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/36/15036/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/15036
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ed35cc65edeee9461a7bd6220e08955dbec04ec
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: node-3.0
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list