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

jparsons at sourceware.org jparsons at sourceware.org
Thu Aug 3 13:37:39 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-08-03 13:37:39

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

Log message:
	fixed desc bug

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

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2006/08/02 18:59:04	1.32
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2006/08/03 13:37:39	1.33
@@ -1395,6 +1395,7 @@
     if finished == True:
       clusterfolder.manage_delObjects(item[0])
       map['refreshurl'] = '5; url=\".\"'
+      map['desc'] = item[1].getProperty(FLAG_DESC)
       return map
     else:
       map['busy'] = "true"




More information about the Cluster-devel mailing list