[Zope] Make a Python Products Add list show only certain meta types?

2000-08-12 Thread Kevin Howe
I have a custom Python class (Container) which uses Folder as it's base class. I also have a custom Python class (AnObject). I want it so that when you view a Container object, "AnObject" will be the only meta_type available to be added in the Add List. The problem is that since Container

Re: [Zope] Make a Python Products Add list show only certain meta types?

2000-08-12 Thread Kapil Thangavelu
Kevin Howe wrote: I have a custom Python class (Container) which uses Folder as it's base class. I also have a custom Python class (AnObject). I want it so that when you view a Container object, "AnObject" will be the only meta_type available to be added in the Add List. The problem is

Re: [Zope] Make a Python Products Add list show only certain meta types?

2000-08-12 Thread Andrew Kenneth Milton
+[ Kapil Thangavelu ]- | Kevin Howe wrote: | | I have a custom Python class (Container) which uses Folder as it's base | class. I also have a custom Python class (AnObject). I want it so that when | you view a Container object, "AnObject" will