[Zope-CMF] DcworkFlow swallows second parameter to ObjectMoved

Robert Rottermann robert@redcor.ch
Fri, 6 Sep 2002 13:06:52 +0200


Hi Shane,
I did checked out 1.17.2.1 which works like a charm.

thanks
Robert
----- Original Message -----
From: "Shane Hathaway" <shane@zope.com>
To: "Robert Rottermann" <robert@redcor.ch>
Cc: <zope-cmf@zope.org>
Sent: Wednesday, September 04, 2002 11:19 PM
Subject: Re: [Zope-CMF] DcworkFlow swallows second parameter to ObjectMoved


> 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
>
>