[node-patches] Change in ovirt-node[master]: fix Bug 984410 - save button is light from gray when switch ...
boh.ricky at gmail.com
boh.ricky at gmail.com
Tue Jul 16 05:04:58 UTC 2013
hai bo has uploaded a new change for review.
Change subject: fix Bug 984410 - save button is light from gray when switch between the item of Nics Table
......................................................................
fix Bug 984410 - save button is light from gray when switch between the item of Nics Table
Change-Id: I3379ee6af20c5c1b1858a523559b2e974127ab12
Signed-off-by: boh.ricky <boh.ricky at gmail.com>
---
M src/ovirt/node/plugins.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/97/16897/1
diff --git a/src/ovirt/node/plugins.py b/src/ovirt/node/plugins.py
index b11523c..c94b28c 100644
--- a/src/ovirt/node/plugins.py
+++ b/src/ovirt/node/plugins.py
@@ -317,7 +317,7 @@
self.__changes.update(change)
self.logger.debug("Sum of all UI changes up to now: %s" %
self.__changes)
- self.on_valid(True)
+ self.on_valid(self.is_valid_changes())
return True
def _on_ui_save(self):
--
To view, visit http://gerrit.ovirt.org/16897
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3379ee6af20c5c1b1858a523559b2e974127ab12
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hai bo <boh.ricky at gmail.com>
More information about the node-patches
mailing list