[Zope-CMF] Solution: Point of Publication
Dieter Maurer
dieter@handshake.de
Fri, 26 Apr 2002 22:18:59 +0200
vlado writes:
> i'm trying to use script similar to MoveToRep, with only one difference
> - the id of object in Repository is autogenerated.
> i'm little confused, if oldid is A and newid is B after transition i'm
> redirected to .../Repository/A/view which not exists and if i try
> .../Repository/B/view it looks like:
> "
Almost surely, you did not change the id in the moved object,
just stored it in the destination under the new id...
Dieter