* [Cluster-devel] conga/luci/site/luci/Extensions Cluster.py
@ 2006-07-24 14:44 jparsons
0 siblings, 0 replies; only message in thread
From: jparsons @ 2006-07-24 14:44 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Changes by: jparsons at sourceware.org 2006-07-24 14:44:48
Modified files:
luci/site/luci/Extensions: Cluster.py
Log message:
Changed alias policy
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Cluster.py.diff?cvsroot=cluster&r1=1.1&r2=1.2
--- conga/luci/site/luci/Extensions/Cluster.py 2006/05/30 20:17:21 1.1
+++ conga/luci/site/luci/Extensions/Cluster.py 2006/07/24 14:44:47 1.2
@@ -136,4 +136,7 @@
def getAlias(self):
#returns None if no alias set
alias = self.getAttribute("alias")
+ if alias == None:
+ alias = self.getName()
+ self.addAttribute('alias',alias)
return alias
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-07-24 14:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-24 14:44 [Cluster-devel] conga/luci/site/luci/Extensions Cluster.py jparsons
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.