[Zope] changing the meta_type for python product class
Dieter Maurer
dieter at handshake.de
Wed Dec 6 13:46:37 EST 2006
Dragos Chirila wrote at 2006-12-6 15:48 +0200:
> ...
>What I am trying to accomplish is to be able to change the meta_type
>value and this to work (e.g. with no effect on python scripts like
>'listing')
The best way is *NOT* to change the meta type (at least not when
you have places that require it unchanged).
Instead derive a new class from it and give this new class a new
meta_type.
--
Dieter
More information about the Zope
mailing list