[Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ...

jparsons at sourceware.org jparsons at sourceware.org
Wed Oct 11 23:56:18 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-10-11 23:56:18

Modified files:
	luci/site/luci/Extensions: cluster_adapters.py 

Log message:
	Property sheet bugfix

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.97&r2=1.98

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2006/10/11 23:11:12	1.97
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2006/10/11 23:56:17	1.98
@@ -2292,6 +2292,7 @@
           node_report['statusmessage'] = "Node still being created"
           node_report['statusindex'] = creation_status
           nodereports.append(node_report)
+          item[1].manage_delProperties(LAST_STATUS)
           item[1].manage_addProperty(LAST_STATUS,creation_status, "int")
           continue
           




More information about the Cluster-devel mailing list