Author: eallen
Date: 2010-09-07 10:56:35 -0400 (Tue, 07 Sep 2010)
New Revision: 4256
Modified:
mgmt/newdata/cumin/python/cumin/messaging/brokerlink.py
Log:
Fix for BZ 630858: Python exception when displaying broker link page.
The frame name was wrong.
Modified: mgmt/newdata/cumin/python/cumin/messaging/brokerlink.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/messaging/brokerlink.py 2010-09-06 14:48:32 UTC (rev
4255)
+++ mgmt/newdata/cumin/python/cumin/messaging/brokerlink.py 2010-09-07 14:56:35 UTC (rev
4256)
@@ -49,7 +49,7 @@
self.add_reference_filter(self.vhost, cls.vhostRef)
- frame = "main.messaging.broker.brokerlink"
+ frame = "main.messaging.broker.link"
col = ObjectLinkColumn(app, "name", cls.host, cls._id, frame)
self.add_column(col)
Show replies by date