[Zope] Copy objects from ZClass subfolder to instance?
Dieter Maurer
dieter@handshake.de
Sat, 8 Feb 2003 12:23:38 +0100
Lars Heber wrote at 2003-2-7 11:17 +0100:
> I have a ZClass with a subfolder "templates".
> On creation of an instance, I'd like to copy all objects from the zClass
> templates folder to the instance.
>
> I could not get it to work, always got an Unauthorized when trying to
> access the "templates" folder, although I activated the "Access contents
> information" and "Copy or Move" permissions...
Your ZInstance, too, has the "templates" folder.
Use it as the copy source.
Dieter