Re: [Zope-dev] Python products
Chris Withers <chrisw@nipltd.com> writes:
You may have to do somethign funky if you want to limit the types of object that
subclasses of ZClass: ObjectManager have a "Subobjects" tab to limit the allowed meta types of the subobjects. Not all Folder features, but often less is more :) jens
Yep that too, this is the more secure since this limiting at the ZClass source as opposed to my method of limiting in the mgmt interface. Ok so next question, how do I limit what appears in the root, for example FSPoll has three classes FSPoll, question and answer, but the latter cannot be added anywhere except in an FSPoll Folder. So how do I limit that? -- Andy McKay. ----- Original Message ----- From: "Jens Quade" <jq@jquade.de> To: "Tom Deprez" <tom.deprez@uz.kuleuven.ac.be> Cc: <zope-dev@zope.org> Sent: Wednesday, February 07, 2001 7:08 AM Subject: Re: [Zope-dev] Python products
Chris Withers <chrisw@nipltd.com> writes:
You may have to do somethign funky if you want to limit the types of object that
subclasses of ZClass: ObjectManager have a "Subobjects" tab to limit the allowed meta types of the subobjects. Not all Folder features, but often less is more :)
jens
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (2)
-
Andy McKay -
Jens Quade