Commit 7b5f59ba authored by Jim Fulton's avatar Jim Fulton

Fixed Destination to not add an extra level of wrapping.

parent cca4e201
......@@ -115,7 +115,7 @@ class FactoryDispatcher(Acquisition.Implicit):
def Destination(self):
"Return the destination for factory output"
return self._d
return self.__dict__['_d'] # we don't want to wrap the result!
Destination__roles__=None
def DestinationURL(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment