[Zope] Problems with copying own objects

Sebastian Queißer sebastian@queisser-net.de
Sat, 05 Jul 2003 14:22:05 +0200


Dieter Maurer schrieb:
> Sebastian Queißer wrote at 2003-7-1 16:29 +0200:
>  > I've created two own objects, which cannot be copied. The first is 
>  > derived from the DTMLMethod and the second one is derived from 
>  > SimpleItem. An error which tells me that the Products doesn't support 
>  > this operation is raised. It's line 375 of OFS/CopySupport.py.
>  > Other objects I derived from Folder or Image work fine.
> 
> The destination does not allow to add objects of the given type
> (identified by the objects "meta_type").
I found something new: Pasting of such an object in a normal folder 
works, so I think there's a problem with the derived folder object, 
where I would like to paste it.

Thanks
Sebastian