Author: justi9
Date: 2009-08-05 09:42:43 -0400 (Wed, 05 Aug 2009)
New Revision: 3540
Modified:
mgmt/trunk/cumin/python/cumin/messaging/exchange.py
Log:
Use get_description for title
Modified: mgmt/trunk/cumin/python/cumin/messaging/exchange.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/messaging/exchange.py 2009-08-04 20:07:22 UTC (rev
3539)
+++ mgmt/trunk/cumin/python/cumin/messaging/exchange.py 2009-08-05 13:42:43 UTC (rev
3540)
@@ -284,7 +284,7 @@
def render_title(self, session):
vhost = self.vhost.get(session)
- return self.task.get_title(session, vhost)
+ return self.task.get_description(session, vhost)
class SequenceField(TwoOptionRadioField):
def render_title(self, session):
Show replies by date