[Zope-CMF] DcworkFlow swallows second parameter to ObjectMoved

Shane Hathaway shane@zope.com
Wed, 04 Sep 2002 17:19:08 -0400


Robert Rottermann wrote:
> Hello,
> I am trying to move an object during a transaction.
> in the transaction script I raise ObjectMoved(neobj, "url to the new
> object") exception.
> However this second  parameter gets swallowed later on when ObjectMoved is
> rerisen.

Because it was on my mind, I made an attempt at fixing this.  In your 
DCWorkflow checkout directory, do this:

cvs -q up -r shane-save-exception-value-branch

Does it solve the problem?  If so, I'll merge it.  (It's about time for 
a packaged release, eh? ;-) )

Shane