Author: eallen
Date: 2008-11-17 13:39:47 -0500 (Mon, 17 Nov 2008)
New Revision: 2824
Modified:
mgmt/trunk/cumin/python/cumin/brokerlink.py
Log:
Fix showing the broker link add dialog.
Modified: mgmt/trunk/cumin/python/cumin/brokerlink.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/brokerlink.py 2008-11-17 17:06:56 UTC (rev 2823)
+++ mgmt/trunk/cumin/python/cumin/brokerlink.py 2008-11-17 18:39:47 UTC (rev 2824)
@@ -45,10 +45,9 @@
def render_add_broker_link_url(self, session, vhost):
branch = session.branch()
- self.frame.set_object(branch, vhost.broker.registration)
self.frame.link_add.show(branch)
return branch.marshal()
-
+
def get_args(self, session):
reg = self.frame.get_object(session)
return (reg.getDefaultVhost(),)