[Zope-CMF] Implicitly Addable (global allow)

suresh_vv <sureshvv@hotmail.com> sureshvv@hotmail.com
Mon, 20 Jan 2003 15:34:29 -0000


--- In zopeCMF@yahoogroups.com, Chris Withers <chrisw@n...> wrote:
> 
> If you untoggle this, then the content type is only addable to 
other content 
> types that have it selected in their 'allowed content types' list.

Unfortunately, the error message that the TypesTool spits out is too 
cryptic to infer this.

> > In that vein, I'm wondering if anyone is 
> > toggling Implicitly Addable off, and adding these portal types 
via a 
> > method other than invokeFactory()?
> 
> AFAIK, there is no other method that with create content types 
properly...

Can't you call the constructor method directly? for eg. addDocument()

Suresh