[node-patches] Change in ovirt-node[master]: ui: Password page needs confirmed password

fabiand at fedoraproject.org fabiand at fedoraproject.org
Mon Jul 1 09:02:20 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: ui: Password page needs confirmed password
......................................................................

ui: Password page needs confirmed password

Previously the Save-Button was not disabled when the password and the
password confirmation mismatched.
Now the Save-Button is disabled when the password and it's confirmation
mismatch.

Change-Id: Ibb32d752be5e7bd74f48fec01ce24c16ed4f1dd4
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=979849
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/ui/__init__.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/85/16285/1

diff --git a/src/ovirt/node/ui/__init__.py b/src/ovirt/node/ui/__init__.py
index 791886a..5fc93d6 100644
--- a/src/ovirt/node/ui/__init__.py
+++ b/src/ovirt/node/ui/__init__.py
@@ -349,7 +349,7 @@
     def value(self, new_value=None):
         if new_value is not None:
             pass
-        return self._changes[self.path + "[0]"] if self.valid() else ""
+        return self._changes[self.path + "[0]"] if self.valid() else None
 
     def valid(self, is_valid=None):
         if is_valid in [True, False]:


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

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



More information about the node-patches mailing list