[Zope-CMF] Staging content
Mark Gibson
mark@kaivo.com
Mon, 17 Feb 2003 11:31:10 -0700
> The new object is then brought into its initial state ("new").
> As the condition for "becomeRevision" is true (the new object
> is the "Revision" attribute of its parent),
> this automatic transition fires and bring the copy into
> state "isRevision".
>
> >
> > What about Folderish Object? Do you just clone the folder and it's
> > contents, and make it the Revision attribute of the revised object?
> I use "_getCopy" for the cloning.
I'm still a little confused. I have a folderish object that contains
a number of other objects. I 'revise' the object. A copy gets
created, and put into the "Revision" attribute of the orignal object.
What state are the contained objects in?